diff options
author | greg@kroah.com <greg@kroah.com> | 2004-04-17 00:29:36 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:16 -0700 |
commit | 56dbd7dfb000f082d34f36883873f2f266725494 (patch) | |
tree | e339a3126ec7df8f7c2d3d8155039a26d2d46d39 /etc | |
parent | 87afc6dea0aca3cb9e40cba526e2241e4a887a54 (diff) |
[PATCH] add udev conf.d file.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/conf.d/udev | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/conf.d/udev b/etc/conf.d/udev new file mode 100644 index 0000000000..50eda3a970 --- /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" + |