From 11a421dab5ab4bf9b40464a64b81c9d5c282f414 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 14 Aug 2009 20:13:20 +0200 Subject: [PATCH] udev-acl: allow to skip ACL handling --- extras/udev-acl/70-acl.rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2