Add rule to allow system to write to the adbd socket.

Change-Id: I56e3ddae08b0c3d5e6b2492a6754899cc4e25a21
This commit is contained in:
repo sync 2013-05-01 10:57:15 -07:00
parent 9504a50740
commit 49dca3f0a4

View file

@ -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;