commit | 80847d1deb72f295288c2f58c29020456d1dab3a | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Thu May 04 07:22:00 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 04 07:22:00 2017 +0000 |
tree | 7786716d7c1d23770809d716314dbe2f99c062d5 | |
parent | 2ce894929d6c4ff7b7c47a165c5cd6a23ac5da3e [diff] | |
parent | d8c14e8a2f2d2fec0ea5ed88134494dd1330f45e [diff] |
Allow getattr on tempfs files am: a0d3ff8edd am: d8c14e8a2f Change-Id: Ieb2f49ac368b9a3178d788900b813bc11c5231ed
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 }; ')