Skip to content
Snippets Groups Projects
Commit 18ec5d3c authored by gcondra@google.com's avatar gcondra@google.com Committed by Android Git Automerger
Browse files

am 9f14fca6: am 49dca3f0: Add rule to allow system to write to the adbd socket.

* commit '9f14fca6':
  Add rule to allow system to write to the adbd socket.
parents 8f32e3f6 9f14fca6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment