commit | afb082e35255fcb21d2aedfdf53abded891e8552 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Mar 03 20:09:39 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 03 20:09:40 2017 +0000 |
tree | 40fc832046264aae90d963a8241269eeb21117bb | |
parent | 32cc614866db08b0c238c77a2e876a092a85fdec [diff] | |
parent | 05d83dd407f0dbad6e6ce39cf88b03ea75f0f9b3 [diff] |
Merge "domain: Allow stat on symlinks in vendor"
diff --git a/public/domain.te b/public/domain.te index 10e62b8..b8004ac 100644 --- a/public/domain.te +++ b/public/domain.te
@@ -92,7 +92,7 @@ # 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;