chiark / gitweb /
[PATCH] set default mode to 0600 to be safer.
authorgreg@kroah.com <greg@kroah.com>
Wed, 10 Dec 2003 09:05:30 +0000 (01:05 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:07 +0000 (21:13 -0700)
udev.conf

index aadaea8a24e9157f70f87860c9d27d8588f16bbb..c3f31a6aa7e42a2c29b0c5c9328d5956dfdddb84 100644 (file)
--- 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 - set the default mode for all nodes that have no 
 #                explicit match in the permissions file
-default_mode="0666"
+default_mode="0600"