Skip to content
Snippets Groups Projects
Commit d9918e12 authored by Alex Light's avatar Alex Light Committed by android-build-merger
Browse files

Grant cppreopts.sh permissions to cleanup if it fails

am: 9cd2abc2

Change-Id: Ia6c246e2c33453ffcdee628266553a9dbde7da22
parents e63f7f32 9cd2abc2
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ type cppreopts_exec, exec_type, file_type;
# Allow cppreopts copy files into the dalvik-cache
allow cppreopts dalvikcache_data_file:dir { add_name remove_name search write };
allow cppreopts dalvikcache_data_file:file { create getattr open read rename write };
allow cppreopts dalvikcache_data_file:file { create getattr open read rename write unlink };
# Allow cppreopts to execute itself using #!/system/bin/sh
allow cppreopts shell_exec:file rx_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