Initial sepolicy changes for pie

Change-Id: I0707ae85da0d153a8c383b9eaa08ef9c4057f8fd
This commit is contained in:
TheStrix 2018-08-12 00:06:12 +05:30 committed by Jake Weinstein
parent 102c14e775
commit c60446fc2c
3 changed files with 0 additions and 4 deletions

View File

@ -1 +0,0 @@
allow healthd self:capability { dac_override dac_read_search };

View File

@ -3,8 +3,6 @@ allow system_server pocket_service:service_manager { add find };
allow system_server media_rw_data_file:dir r_dir_perms;
allow system_server proc:file w_file_perms;
allow system_server user_profile_data_file:dir r_dir_perms;
allow system_server pocket_judge_sysfs:dir search;

View File

@ -1,2 +1 @@
allow zygote self:capability sys_nice;
allow zygote cgroup:file create;