Skip to content
Snippets Groups Projects
Commit 7a8631c2 authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "priv_app.te: drop auditallows on cache_recovery_file"

am: 4cd2f530

* commit '4cd2f530':
  priv_app.te: drop auditallows on cache_recovery_file
parents e5005549 4cd2f530
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