Skip to content
Snippets Groups Projects
Commit 2e40b747 authored by Daniel Cashman's avatar Daniel Cashman Committed by android-build-merger
Browse files

Merge "Allow adbd to pull sepolicy from device."

am: 7a46e73c

* commit '7a46e73c':
  Allow adbd to pull sepolicy from device.
parents 4bcfab8c 7a46e73c
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,9 @@ allow adbd appdomain:unix_stream_socket connectto; ...@@ -86,6 +86,9 @@ allow adbd appdomain:unix_stream_socket connectto;
allow adbd zygote_exec:file r_file_perms; allow adbd zygote_exec:file r_file_perms;
allow adbd system_file:file r_file_perms; allow adbd system_file:file r_file_perms;
# Allow pulling the SELinux policy for CTS purposes
allow adbd selinuxfs:dir r_dir_perms;
allow adbd selinuxfs:file r_file_perms;
allow adbd kernel:security read_policy; allow adbd kernel:security read_policy;
allow adbd surfaceflinger_service:service_manager find; allow adbd surfaceflinger_service:service_manager find;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment