chiark / gitweb /
[PATCH] set default mode to 0600 to be safer.
[elogind.git] / 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="0666"
+default_mode="0600"