Remove udev-acl tag from udev rules

This was only needed for Ubuntu releases that are all now EOL.
This commit is contained in:
Carl George 2023-07-27 20:41:16 -05:00 committed by Peter F. Patel-Schneider
parent 91f1894e8b
commit 65b9005d97
2 changed files with 2 additions and 4 deletions

View File

@ -23,8 +23,7 @@ LABEL="solaar_apply"
# Allow any seated user to access the receiver.
# uaccess: modern ACL-enabled udev
# udev-acl: for Ubuntu 12.10 and older
TAG+="uaccess", TAG+="udev-acl"
TAG+="uaccess"
# Grant members of the "plugdev" group access to receiver (useful for SSH users)
#MODE="0660", GROUP="plugdev"

View File

@ -22,8 +22,7 @@ LABEL="solaar_apply"
# Allow any seated user to access the receiver.
# uaccess: modern ACL-enabled udev
# udev-acl: for Ubuntu 12.10 and older
TAG+="uaccess", TAG+="udev-acl"
TAG+="uaccess"
# Grant members of the "plugdev" group access to receiver (useful for SSH users)
#MODE="0660", GROUP="plugdev"