Skip to content
Snippets Groups Projects
Commit a49ba927 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Allow SELinuxPolicyInstallReceiver to work.


Change-Id: I10006f43c142f07168e2ea0f4f5f7af68d03e504
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 51ce2f00
No related branches found
No related tags found
No related merge requests found
...@@ -217,3 +217,6 @@ allow system_server sysfs_wake_lock:file rw_file_perms; ...@@ -217,3 +217,6 @@ allow system_server sysfs_wake_lock:file rw_file_perms;
r_dir_file(system_server, fscklogs) r_dir_file(system_server, fscklogs)
allow system_server fscklogs:dir { write remove_name }; allow system_server fscklogs:dir { write remove_name };
allow system_server fscklogs:file unlink; allow system_server fscklogs:file unlink;
# For SELinuxPolicyInstallReceiver
selinux_manage_policy(system_server)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment