From: Kay Sievers Date: Fri, 14 Aug 2009 18:13:20 +0000 (+0200) Subject: udev-acl: allow to skip ACL handling X-Git-Tag: 174~828 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=11a421dab5ab4bf9b40464a64b81c9d5c282f414 udev-acl: allow to skip ACL handling --- diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index 122251362..8259a7a93 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