summaryrefslogtreecommitdiff
path: root/etc/udev/debian/run.rules
diff options
context:
space:
mode:
Diffstat (limited to 'etc/udev/debian/run.rules')
-rw-r--r--etc/udev/debian/run.rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/udev/debian/run.rules b/etc/udev/debian/run.rules
new file mode 100644
index 0000000000..0e28d189be
--- /dev/null
+++ b/etc/udev/debian/run.rules
@@ -0,0 +1,7 @@
+# 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"
+SUBSYSTEM=="vc", OPTIONS+="last_rule"
+