Skip to content
Snippets Groups Projects
Commit 49dca3f0 authored by repo sync's avatar repo sync
Browse files

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

Change-Id: I56e3ddae08b0c3d5e6b2492a6754899cc4e25a21
parent 9504a507
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; ...@@ -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 to search the /sys/devices/system/cpu directory
allow system sysfs_devices_system_cpu:dir search; 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.
Finish editing this message first!
Please register or to comment