X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=etc%2Fudev%2Fdebian%2Frun.rules;h=23fa43c051c1d712a3ff575c7545fd23deb1caf0;hb=449ac79193438b233508adf6bd7310f875be4d01;hp=0e28d189bee871666785675672f903aae79547fe;hpb=831139235ea7dbacddbd1e6ce94ce7e958afea10;p=elogind.git diff --git a/etc/udev/debian/run.rules b/etc/udev/debian/run.rules index 0e28d189b..23fa43c05 100644 --- a/etc/udev/debian/run.rules +++ b/etc/udev/debian/run.rules @@ -3,5 +3,6 @@ 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"