diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-03-07 13:47:34 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-03-07 13:47:34 +0100 |
commit | 9a87132677191e49c3d464c91aac7fc218e1eb18 (patch) | |
tree | 1efad73da7815ef447788ee89f94365e6c9ff77e | |
parent | 5c3ebbf35a2c101e0212c7066f0d65e457fcf40c (diff) |
udev-acl: no not encourage use of ACL_MANAGE outside of rules file
-rw-r--r-- | extras/udev-acl/70-acl.rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index 874667c5b1..fde265693c 100644 --- a/extras/udev-acl/70-acl.rules +++ b/extras/udev-acl/70-acl.rules @@ -1,7 +1,9 @@ # do not edit this file, it will be overwritten on update +# Do not use ACL_MANAGE outside of this file. This variable is private to +# udev-acl of this udev release and may be replaced at any time. + 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 |