commit | ff5784f3c8dd7e410b5b2942449b46541e47c988 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Feb 14 00:30:01 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 14 00:30:02 2017 +0000 |
tree | 490fb485d9761f11bf3a374f0cf627f1bbc8926a | |
parent | 5b4f15e1defc4cb43ee6b5c0c37a91c0f259c8b7 [diff] | |
parent | e9cb76381cd0b6097c2aa9c1bbdc3e06bf6ca558 [diff] |
Merge "Remove selinux denial"
diff --git a/private/init.te b/private/init.te index d495d54..8a6dcea 100644 --- a/private/init.te +++ b/private/init.te
@@ -17,3 +17,8 @@ userdebug_or_eng(` domain_auto_trans(init, logcat_exec, logpersist) ') + +# Creating files on sysfs is impossible so this isn't a threat +# Sometimes we have to write to non-existent files to avoid conditional +# init behavior. See b/35303861 for an example. +dontaudit init sysfs:dir write;