Skip to content
Snippets Groups Projects
Commit 5cf979b7 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am 3777c4e0: am 9452d9ac: am 0099148e: Audit zygote create/write access to system_data_file.

* commit '3777c4e0':
  Audit zygote create/write access to system_data_file.
parents c96838c8 3777c4e0
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ allow zygote appdomain:process { getpgid setpgid };
# Write to system data.
allow zygote system_data_file:dir rw_dir_perms;
allow zygote system_data_file:file create_file_perms;
auditallow zygote system_data_file:dir { write add_name remove_name };
auditallow zygote system_data_file:file { create setattr write append link unlink rename };
allow zygote dalvikcache_data_file:dir create_dir_perms;
allow zygote dalvikcache_data_file:file create_file_perms;
# For art.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment