diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-12-21 06:10:57 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:19:09 -0700 |
commit | b9a8c4821a98df33ba2cc5b18b15d7175709c376 (patch) | |
tree | 5d8649ba364e613b124456bbecd8b9fa7614a571 /etc/udev/udev.conf.in | |
parent | eb8700908c961d4a0197273f728bc3a3d6cd6c4a (diff) |
[PATCH] remove default_* permissions from udev.conf file
With the "permissions only rules" we can just place:
MODE="0660", OWNER="root", GROUP="root"
at the beginning of the rules file and get exactly the same behavior.
If no values are given the compiled-in defaults are used.
Diffstat (limited to 'etc/udev/udev.conf.in')
-rw-r--r-- | etc/udev/udev.conf.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in index a4a79ad5c2..72e25ed482 100644 --- a/etc/udev/udev.conf.in +++ b/etc/udev/udev.conf.in @@ -14,18 +14,6 @@ udev_db="@udevdir@/.udevdb" # udev_rules - The name and location of the udev rules file udev_rules="@configdir@/rules.d" -# default_mode - set the default mode for all nodes that have no -# permissions specified -default_mode="0660" - -# default_owner - set the default owner for all nodes that have no - # permissions specified -default_owner="root" - -# default_group - set the default group for all nodes that have no - # permissions specified -default_group="root" - # udev_log - set to "yes" if you want logging, else "no" udev_log="yes" |