Skip to content
Snippets Groups Projects
Commit 4cd2f530 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "priv_app.te: drop auditallows on cache_recovery_file"

parents 527d29a8 b8d794a1
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,6 @@ allow priv_app mnt_media_rw_file:dir search;
allow priv_app { cache_file cache_recovery_file }:dir create_dir_perms;
allow priv_app { cache_file cache_recovery_file }:file create_file_perms;
auditallow priv_app cache_recovery_file:dir no_w_dir_perms;
auditallow priv_app cache_recovery_file:file no_w_file_perms;
# Access to /data/media.
allow priv_app media_rw_data_file:dir create_dir_perms;
allow priv_app media_rw_data_file:file create_file_perms;
......
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