Remove udev-acl tag from udev rules
This was only needed for Ubuntu releases that are all now EOL.
This commit is contained in:
parent
91f1894e8b
commit
65b9005d97
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue