Initial sepolicy changes for pie
Change-Id: I0707ae85da0d153a8c383b9eaa08ef9c4057f8fd
This commit is contained in:
parent
102c14e775
commit
c60446fc2c
|
@ -1 +0,0 @@
|
|||
allow healthd self:capability { dac_override dac_read_search };
|
|
@ -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;
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
allow zygote self:capability sys_nice;
|
||||
allow zygote cgroup:file create;
|
||||
|
|
Loading…
Reference in New Issue