commit | d8c14e8a2f2d2fec0ea5ed88134494dd1330f45e | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu May 04 07:16:36 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 04 07:16:36 2017 +0000 |
tree | aa13c2d105a7963d6fce72e7492a9f579737a6d8 | |
parent | 998c2ff9d56e1185bb162fdd835f023dd9cb4d7d [diff] | |
parent | a0d3ff8edd10cea691b56a22a9ca389eab34472b [diff] |
Allow getattr on tempfs files am: a0d3ff8edd Change-Id: I8965be0fe9d6ae9bb3a283731d3df226a5b4173b
diff --git a/public/te_macros b/public/te_macros index 661585a..e1c46c9 100644 --- a/public/te_macros +++ b/public/te_macros
@@ -77,7 +77,7 @@ define(`tmpfs_domain', ` type $1_tmpfs, file_type; type_transition $1 tmpfs:file $1_tmpfs; -allow $1 $1_tmpfs:file { read write }; +allow $1 $1_tmpfs:file { read write getattr }; allow $1 tmpfs:dir { getattr search }; ')