commit | 61362840813c3a396339a7f7b5d73ca825a83748 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Wed Jan 30 13:52:42 2013 -0500 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 19 22:46:42 2013 +0000 |
tree | b92c29bb3bc8db7cd04f94a13313a944fb1dfd06 | |
parent | aeb512d2edda496eb768d4b84a7c7fc2e7d09202 [diff] |
Permit fstat of property mapping. Change-Id: Ie58185519252dad29a23d0d3d54b1cbafea83a83 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
diff --git a/domain.te b/domain.te index 9336644..439bde7 100644 --- a/domain.te +++ b/domain.te
@@ -5,7 +5,7 @@ # Read access to properties mapping. allow domain kernel:fd use; -allow domain tmpfs:file read; +allow domain tmpfs:file { read getattr }; # binder adjusts the nice value during IPC. allow domain self:capability sys_nice;