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:
Daniel Cashman 2016-01-13 20:22:59 +00:00 committed by android-build-merger
commit 14c4486600

View file

@ -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;