diff options
Diffstat (limited to 'udev_config.c')
-rw-r--r-- | udev_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_config.c b/udev_config.c index a5f6467748..31c2a86ed1 100644 --- a/udev_config.c +++ b/udev_config.c @@ -76,7 +76,7 @@ static void init_variables(void) strcpy(default_owner, "root"); strcpy(default_group, "root"); - default_mode = 0600; + default_mode = 0660; udev_log = string_is_true(UDEV_LOG_DEFAULT); |