[PATCH] set default mode to 0600 to be safer.

This commit is contained in:
greg@kroah.com 2003-12-10 01:05:30 -08:00 committed by Greg KH
parent 62adf3f739
commit 197eda9ab0
1 changed files with 1 additions and 1 deletions

View File

@ -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"