Merge "domain: Allow stat on symlinks in vendor"
This commit is contained in:
commit
afb082e352
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ write_logd(domain)
|
|||
# System file accesses.
|
||||
allow domain system_file:dir { search getattr };
|
||||
allow domain system_file:file { execute read open getattr };
|
||||
allow domain system_file:lnk_file read;
|
||||
allow domain system_file:lnk_file { getattr read };
|
||||
|
||||
# read any sysfs symlinks
|
||||
allow domain sysfs:lnk_file read;
|
||||
|
|
Loading…
Reference in a new issue