Merge "Allow adbd to pull sepolicy from device."
am: 7a46e73cb6
* commit '7a46e73cb6c2b65569c04b5be5fb8d3fba05752e':
Allow adbd to pull sepolicy from device.
This commit is contained in:
commit
2e40b7471c
1 changed files with 3 additions and 0 deletions
3
adbd.te
3
adbd.te
|
@ -86,6 +86,9 @@ allow adbd appdomain:unix_stream_socket connectto;
|
|||
allow adbd zygote_exec: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 surfaceflinger_service:service_manager find;
|
||||
|
|
Loading…
Reference in a new issue