aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev/run.rules
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/udev/udev/run.rules')
-rw-r--r--recipes-core/udev/udev/run.rules14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-core/udev/udev/run.rules b/recipes-core/udev/udev/run.rules
deleted file mode 100644
index 75d7137..0000000
--- a/recipes-core/udev/udev/run.rules
+++ /dev/null
@@ -1,14 +0,0 @@
-# debugging monitor
-RUN+="socket:/org/kernel/udev/monitor"
-
-# run a command on remove events
-ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
-
-# ignore the events generated by virtual consoles
-KERNEL=="ptmx", OPTIONS+="last_rule"
-KERNEL=="console", OPTIONS+="last_rule"
-KERNEL=="tty" , OPTIONS+="last_rule"
-KERNEL=="tty[0-9]*", OPTIONS+="last_rule"
-KERNEL=="pty*", OPTIONS+="last_rule"
-SUBSYSTEM=="vc", OPTIONS+="last_rule"
-