Assigns system user/group to /dev/hidraw* devices.
This allows system_server to access these devices. Note: This also matches existing ueventd rules used by any device which followed the Sensor HAL's dynamic sensor README. Bug: 303522222 Test: ls -l /dev/hidraw0 Change-Id: I0830aca77422d6cab64af05dba1554667737760c
This commit is contained in:
parent
3200697586
commit
e4f981dce0
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ subsystem vfio
|
|||
/dev/mtp_usb 0660 root mtp
|
||||
/dev/usb_accessory 0660 root usb
|
||||
/dev/tun 0660 system vpn
|
||||
/dev/hidraw* 0660 system system
|
||||
|
||||
# CDMA radio interface MUX
|
||||
/dev/ppp 0660 radio vpn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue