aboutsummaryrefslogtreecommitdiff
path: root/installd.te
diff options
context:
space:
mode:
Diffstat (limited to 'installd.te')
-rw-r--r--installd.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/installd.te b/installd.te
index 85ba69f..7c72158 100644
--- a/installd.te
+++ b/installd.te
@@ -16,8 +16,8 @@ allow installd apk_data_file:file r_file_perms;
allow installd apk_tmp_file:file r_file_perms;
allow installd system_file:file x_file_perms;
allow installd cgroup:dir create_dir_perms;
-allow installd download_file:dir { r_dir_perms };
-allow installd download_file:file { r_file_perms };
+allow installd download_file:dir { r_dir_perms write remove_name };
+allow installd download_file:file { r_file_perms unlink };
dontaudit installd self:capability sys_admin;
# Check validity of SELinux context before use.
selinux_check_context(installd)