Skip to content
Snippets Groups Projects
Commit d16d039f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "system_server: Report dalvikcache_data_file execute violations."

parents 9a3a6a81 665128fa
Branches
Tags
No related merge requests found
......@@ -18,6 +18,10 @@ allow system_server zygote_tmpfs:file read;
# For art.
allow system_server dalvikcache_data_file:dir r_dir_perms;
allow system_server dalvikcache_data_file:file { r_file_perms execute };
userdebug_or_eng(`
# Report dalvikcache_data_file:file execute violations.
auditallow system_server dalvikcache_data_file:file execute;
')
# /data/resource-cache
allow system_server resourcecache_data_file:file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment