diff --git a/installd.te b/installd.te index 85ba69f88e4345b0b6a15fae8cf2bdcd5d9b7802..7c72158717ddd8628c756768f931b4ca353f905d 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)