diff --git a/system.te b/system.te index 761f28283c92e750e80a4007b42d8ab5e33783b8..66a7afc4ea9110d2e2bc5cfc8d01b18dff448c10 100644 --- a/system.te +++ b/system.te @@ -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;