add uaccess tag to devices

udev automatically gives the user in the active
session permissions on all devices with the
uaccess tag (see also 70-uaccess.rules). This
means that it not necessary anymore to be
in the adbusers group if the user is in an active
session (which should pretty much cover 99% of
all use cases).
This commit is contained in:
Marius T 2013-04-27 19:23:44 +02:00
parent 0674167bd8
commit 60a6f724bc
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ ATTR{idVendor}=="19d2", ATTR{idProduct}=="1355"
ATTR{idVendor}=="19d2", ATTR{idProduct}=="1354", SYMLINK+="android_adb"
# Enable device as a user device if found
ENV{adb_user}=="yes", MODE="0660", GROUP="adbusers"
ENV{adb_user}=="yes", MODE="0660", GROUP="adbusers", TAG+="uaccess"
# Devices listed here {begin...end} are connected by USB
LABEL="android_usb_rules_end"