diff options
Diffstat (limited to 'etc/udev/redhat/95-pam-console.rules')
-rw-r--r-- | etc/udev/redhat/95-pam-console.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/redhat/95-pam-console.rules b/etc/udev/redhat/95-pam-console.rules index ff54b3cbac..cbb2d4aaf9 100644 --- a/etc/udev/redhat/95-pam-console.rules +++ b/etc/udev/redhat/95-pam-console.rules @@ -1 +1 @@ -ACTION=="add", SYSFS{dev}=="?*", KERNEL=="?*", RUN+="/sbin/pam_console_apply $env{DEVNAME} $env{DEVLINKS}" +ENV{STARTUP}!="1", ACTION=="add", SYSFS{dev}=="?*", KERNEL=="?*", RUN+="/sbin/pam_console_apply $env{DEVNAME} $env{DEVLINKS}" |