Skip to content
Snippets Groups Projects
Commit a6475afd authored by Tianjie Xu's avatar Tianjie Xu Committed by android-build-merger
Browse files

Merge "Gives recovery-persist access to /cache/recovery" am: 26605f4b am: 153bc1b2

am: c5226a8e

Change-Id: I9e330cd1421a2344e7ccdff5c1a5d914754d0237
parents b6a74bd0 c5226a8e
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,11 @@ allow recovery_persist pstorefs:file r_file_perms; ...@@ -8,6 +8,11 @@ allow recovery_persist pstorefs:file r_file_perms;
allow recovery_persist recovery_data_file:file create_file_perms; allow recovery_persist recovery_data_file:file create_file_perms;
allow recovery_persist recovery_data_file:dir create_dir_perms; allow recovery_persist recovery_data_file:dir create_dir_perms;
allow recovery_persist cache_file:dir search;
allow recovery_persist cache_file:lnk_file read;
allow recovery_persist cache_recovery_file:dir rw_dir_perms;
allow recovery_persist cache_recovery_file:file { r_file_perms unlink };
### ###
### Neverallow rules ### Neverallow rules
### ###
......
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