Skip to content
Snippets Groups Projects
Commit adcee927 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 am: d9918e12

am: f32e1b11

Change-Id: I7a3752444fb240cbb653cef23a75bfeee5007e59
parents e2e16219 f32e1b11
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.
Please register or to comment