1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

[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

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"