Skip to content
Snippets Groups Projects
Commit 8f781f57 authored by hqjiang's avatar hqjiang Committed by Stephen Smalley
Browse files

external/sepolicy: install daemon unlink application data files

parent 4c06d273
No related branches found
No related tags found
No related merge requests found
...@@ -20,3 +20,5 @@ dontaudit installd self:capability sys_admin; ...@@ -20,3 +20,5 @@ dontaudit installd self:capability sys_admin;
selinux_check_context(installd) selinux_check_context(installd)
# Read /seapp_contexts, presently on the rootfs. # Read /seapp_contexts, presently on the rootfs.
allow installd rootfs:file r_file_perms; allow installd rootfs:file r_file_perms;
# Unlink app_data_file
allow installd app_data_file:lnk_file unlink;
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