diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-14 20:13:20 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-14 20:13:20 +0200 |
commit | 11a421dab5ab4bf9b40464a64b81c9d5c282f414 (patch) | |
tree | aac692e59b306e252050be51598904a9eb385fe6 /extras/udev-acl | |
parent | 5751707e0e9564e631d3b200cc64a1630866791f (diff) |
udev-acl: allow to skip ACL handling
Diffstat (limited to 'extras/udev-acl')
-rw-r--r-- | extras/udev-acl/70-acl.rules | 1 |
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 |