commit | 429e71a6089f2fc283b6a09dca60e4fb57a9f90d | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu Nov 10 13:08:42 2016 -0800 |
committer | Ben Fennema <fennema@google.com> | Wed Feb 22 00:43:20 2017 +0000 |
tree | 87969727fcc98fc16c29e80f738353af916fd43c | |
parent | 0cab2a17d832ef4bf210155f093a168080b06161 [diff] |
DO NOT MERGE: Allow getattr on rootfs:lnk_file for all domains Bug: http://b/32123312 Test: mm && boot Change-Id: I6550fbe2bd5f9f5a474419b483b0f786d4025e88
diff --git a/domain.te b/domain.te index 45569de..06b9dc2 100644 --- a/domain.te +++ b/domain.te
@@ -62,7 +62,7 @@ # Root fs. allow domain rootfs:dir search; -allow domain rootfs:lnk_file read; +allow domain rootfs:lnk_file { read getattr }; # Device accesses. allow domain device:dir search;