Merge "Adding permissions needed to remove cache"
This commit is contained in:
commit
fa4002fc7f
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ allow installd apk_data_file:file r_file_perms;
|
||||||
allow installd apk_tmp_file:file r_file_perms;
|
allow installd apk_tmp_file:file r_file_perms;
|
||||||
allow installd system_file:file x_file_perms;
|
allow installd system_file:file x_file_perms;
|
||||||
allow installd cgroup:dir create_dir_perms;
|
allow installd cgroup:dir create_dir_perms;
|
||||||
allow installd download_file:dir { r_dir_perms };
|
allow installd download_file:dir { r_dir_perms write remove_name };
|
||||||
allow installd download_file:file { r_file_perms };
|
allow installd download_file:file { r_file_perms unlink };
|
||||||
dontaudit installd self:capability sys_admin;
|
dontaudit installd self:capability sys_admin;
|
||||||
# Check validity of SELinux context before use.
|
# Check validity of SELinux context before use.
|
||||||
selinux_check_context(installd)
|
selinux_check_context(installd)
|
||||||
|
|
Loading…
Reference in a new issue