summaryrefslogtreecommitdiff
path: root/udev.conf
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-10 01:05:30 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:07 -0700
commit197eda9ab08a9d44b831bed19c214a5861e188a5 (patch)
tree14c2685d571ffbe3b63bb2cbf37e088a741eedee /udev.conf
parent62adf3f7392ca923c3014c921b50f4f16029be42 (diff)
[PATCH] set default mode to 0600 to be safer.
Diffstat (limited to 'udev.conf')
-rw-r--r--udev.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.conf b/udev.conf
index aadaea8a24..c3f31a6aa7 100644
--- a/udev.conf
+++ b/udev.conf
@@ -19,5 +19,5 @@ udev_permissions="/etc/udev/udev.permissions"
# default_mode - set the default mode for all nodes that have no
# explicit match in the permissions file
-default_mode="0666"
+default_mode="0600"