diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-12-18 11:34:17 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:17:47 -0700 |
commit | 8b36cc0f179ee35176016ab67ae53078df4110fa (patch) | |
tree | c61be5ec5a18ee0f9050c2f0b2917e0ed06f1853 /etc | |
parent | 3ac0326962c93f381bec325583e26f47fb7d4833 (diff) | |
download | systemd-8b36cc0f179ee35176016ab67ae53078df4110fa.tar.gz systemd-8b36cc0f179ee35176016ab67ae53078df4110fa.tar.bz2 systemd-8b36cc0f179ee35176016ab67ae53078df4110fa.zip |
[PATCH] complete removal of explicit udev permissions config file
Diffstat (limited to 'etc')
-rw-r--r-- | etc/udev/udev.conf.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in index bbbb1a93a2..295e39ffd2 100644 --- a/etc/udev/udev.conf.in +++ b/etc/udev/udev.conf.in @@ -14,19 +14,16 @@ udev_db="@udevdir@/.udevdb" # udev_rules - The name and location of the udev rules file udev_rules="@configdir@/rules.d" -# udev_permissions - The name and location of the udev permission file -udev_permissions="@configdir@/permissions.d" - # default_mode - set the default mode for all nodes that have no -# explicit match in the permissions file +# permissions specified default_mode="0600" # default_owner - set the default owner for all nodes that have no -# explicit match in the permissions file + # permissions specified default_owner="root" # default_group - set the default group for all nodes that have no -# explicit match in the permissions file + # permissions specified default_group="root" # udev_log - set to "yes" if you want logging, else "no" |