Skip to content
Snippets Groups Projects
Commit afb082e3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "domain: Allow stat on symlinks in vendor"

parents 32cc6148 05d83dd4
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ write_logd(domain) ...@@ -92,7 +92,7 @@ write_logd(domain)
# System file accesses. # System file accesses.
allow domain system_file:dir { search getattr }; allow domain system_file:dir { search getattr };
allow domain system_file:file { execute read open 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 # read any sysfs symlinks
allow domain sysfs:lnk_file read; allow domain sysfs:lnk_file read;
......
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