Merge "Gives recovery-persist access to /cache/recovery"
This commit is contained in:
commit
26605f4b20
1 changed files with 5 additions and 0 deletions
|
@ -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: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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue