Merge "Allow adbd to pull sepolicy from device." am: 7a46e73cb6
am: 2e40b7471c
* commit '2e40b7471c176cb876fe55ba8924080ccc0fb4e6':
Allow adbd to pull sepolicy from device.
This commit is contained in:
commit
14c4486600
1 changed files with 3 additions and 0 deletions
3
adbd.te
3
adbd.te
|
@ -86,6 +86,9 @@ allow adbd { appdomain autoplay_app }: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