summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-08-14 20:13:20 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-08-14 20:13:20 +0200
commit11a421dab5ab4bf9b40464a64b81c9d5c282f414 (patch)
treeaac692e59b306e252050be51598904a9eb385fe6
parent5751707e0e9564e631d3b200cc64a1630866791f (diff)
udev-acl: allow to skip ACL handling
-rw-r--r--extras/udev-acl/70-acl.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules
index 1222513623..8259a7a936 100644
--- a/extras/udev-acl/70-acl.rules
+++ b/extras/udev-acl/70-acl.rules
@@ -1,6 +1,7 @@
# do not edit this file, it will be overwritten on update
ENV{MAJOR}=="", GOTO="acl_end"
+ENV{ACL_MANAGE}=="0", GOTO="acl_end"
ACTION!="add|change", GOTO="acl_apply"
# PTP/MTP protocol devices, cameras, portable media players