summaryrefslogtreecommitdiff
path: root/etc/udev/udev.conf.in
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-20 03:04:11 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:19:09 -0700
commit4ae6d03f394684722e7d5710fb2585e7c388f119 (patch)
treeb462a52a6f7acd159e3fa8f52193adf53cded0d9 /etc/udev/udev.conf.in
parent65ab1334122b6ed427ce39f48fb40757d44f8d71 (diff)
[PATCH] simplify rules file by setting default mode to 0660
On Sun, 2004-12-19 at 18:31 +0100, Marco d'Itri wrote: > It may be better to use default_mode="0660", I do not think that there > are any mode 600 devices. This would allow setting only the group for > most of them.
Diffstat (limited to 'etc/udev/udev.conf.in')
-rw-r--r--etc/udev/udev.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.conf.in b/etc/udev/udev.conf.in
index 295e39ffd2..a4a79ad5c2 100644
--- a/etc/udev/udev.conf.in
+++ b/etc/udev/udev.conf.in
@@ -16,7 +16,7 @@ udev_rules="@configdir@/rules.d"
# default_mode - set the default mode for all nodes that have no
# permissions specified
-default_mode="0600"
+default_mode="0660"
# default_owner - set the default owner for all nodes that have no
# permissions specified