Perms back to domain
am: 9a3d1c6bbe
* commit '9a3d1c6bbe73d3e5cfeb582564f971bc1cbe155a':
Perms back to domain
This commit is contained in:
commit
eb59a815f4
1 changed files with 2 additions and 1 deletions
|
@ -84,12 +84,13 @@ allow domain vold:key search;
|
|||
write_logd(domain)
|
||||
|
||||
# System file accesses.
|
||||
allow domain system_file:dir search;
|
||||
allow domain system_file:dir { search getattr };
|
||||
allow domain system_file:file { execute read open getattr };
|
||||
allow domain system_file:lnk_file read;
|
||||
|
||||
# files under /data.
|
||||
allow domain system_data_file:dir { search getattr };
|
||||
allow domain system_data_file:lnk_file read;
|
||||
|
||||
# required by the dynamic linker
|
||||
allow domain proc:lnk_file read;
|
||||
|
|
Loading…
Reference in a new issue