From 4ae6d03f394684722e7d5710fb2585e7c388f119 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Mon, 20 Dec 2004 03:04:11 +0100 Subject: [PATCH] simplify rules file by setting default mode to 0660 On Sun, 2004-12-19 at 18:31 +0100, Marco d'Itri wrote: > It may be better to use default_mode="0660", I do not think that there > are any mode 600 devices. This would allow setting only the group for > most of them. --- udev_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev_config.c') 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); -- cgit v1.2.3-54-g00ecf