Add rule to allow system to write to the adbd socket.
Change-Id: I56e3ddae08b0c3d5e6b2492a6754899cc4e25a21
This commit is contained in:
parent
9504a50740
commit
49dca3f0a4
1 changed files with 3 additions and 0 deletions
|
@ -220,3 +220,6 @@ allow system sensors_device:chr_file rw_file_perms;
|
|||
|
||||
# Allow system to search the /sys/devices/system/cpu directory
|
||||
allow system sysfs_devices_system_cpu:dir search;
|
||||
|
||||
# Allow system to write to the adbd_socket
|
||||
allow system adbd_socket:sock_file write;
|
||||
|
|
Loading…
Reference in a new issue