diff options
-rw-r--r-- | udev-acl/70-acl.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev-acl/70-acl.rules b/udev-acl/70-acl.rules index 971c737..1deb1ae 100644 --- a/udev-acl/70-acl.rules +++ b/udev-acl/70-acl.rules @@ -1,6 +1,6 @@ # do not edit this file, it will be overwritten on update -# support for the following "tags" get merged +# support for the following ACL "tags" get merged # ACL_CDROM # ACL_SCANNER # ACL_AUDIO @@ -27,5 +27,5 @@ SUBSYSTEM=="sound", ENV{ACL_AUDIO}="1" # webcams SUBSYSTEM=="video4linux", ENV{ACL_VIDEO}="1" -# fingerprint reader +# fingerprint readers SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="2016", ENV{ACL_AUTH}="1" |