From: greg@kroah.com Date: Sat, 17 Apr 2004 07:29:36 +0000 (-0700) Subject: [PATCH] add udev conf.d file. X-Git-Tag: 025~7 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56dbd7dfb000f082d34f36883873f2f266725494;p=systemd [PATCH] add udev conf.d file. --- diff --git a/etc/conf.d/udev b/etc/conf.d/udev new file mode 100644 index 00000000..50eda3a9 --- /dev/null +++ b/etc/conf.d/udev @@ -0,0 +1,11 @@ +# if selinux file attributes +# should be restored (leave to yes, if unsure) +UDEV_SELINUX="yes" + +# if console permissions (pam_console) +# should be restored (leave to yes, if unsure) +UDEV_CONSOLE="yes" + +# if dbus messages should be sent +UDEV_DBUS="no" +