aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-21 06:10:57 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:19:09 -0700
commitb9a8c4821a98df33ba2cc5b18b15d7175709c376 (patch)
tree5d8649ba364e613b124456bbecd8b9fa7614a571 /test
parenteb8700908c961d4a0197273f728bc3a3d6cd6c4a (diff)
downloadudev-b9a8c4821a98df33ba2cc5b18b15d7175709c376.tar.gz
[PATCH] remove default_* permissions from udev.conf file
With the "permissions only rules" we can just place: MODE="0660", OWNER="root", GROUP="root" at the beginning of the rules file and get exactly the same behavior. If no values are given the compiled-in defaults are used.
Diffstat (limited to 'test')
-rw-r--r--test/udev-test.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index b50554ce..67c06727 100644
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -1255,9 +1255,6 @@ open CONF, ">$main_conf" || die "unable to create config file: $main_conf";
print CONF "udev_root=\"$udev_root\"\n";
print CONF "udev_db=\"$udev_db\"\n";
print CONF "udev_rules=\"$conf_tmp\"\n";
-print CONF "default_mode=\"0660\"\n";
-print CONF "default_owner=\"root\"\n";
-print CONF "default_group=\"root\"\n";
close CONF;
my $test_num = 1;