Skip to content
Snippets Groups Projects
Commit b1c9e0b9 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am f5d4b18b: am fa4002fc: Merge "Adding permissions needed to remove cache"

* commit 'f5d4b18b':
  Adding permissions needed to remove cache
parents 70e155ef f5d4b18b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment