commit | e39e948390fe88ff4b2b399215ea193879863977 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Nov 07 00:34:26 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 07 00:34:26 2017 +0000 |
tree | 9dafd2defdc1dc9a630e77502bd886a48a66a60b | |
parent | c394258cfe4bd9a2fc2617a117849cfca20727e7 [diff] | |
parent | 87cba6e8837febceb9e56b5b0a9300f235c5d4ed [diff] |
Merge "te_macros: add map to tpmfs_domain"
diff --git a/public/te_macros b/public/te_macros index 5a8ea5a..f3aa583 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 getattr }; +allow $1 $1_tmpfs:file { read write getattr map }; allow $1 tmpfs:dir { getattr search }; ')