Skip to content
Snippets Groups Projects
Commit 8f022478 authored by Paul Lawrence's avatar Paul Lawrence Committed by android-build-merger
Browse files

Merge "Remove selinux denial" am: ff5784f3

am: 7bb3d92a

Change-Id: I77e60157551af8e13bb4fb45da86aae86347f084
parents d1eb4564 7bb3d92a
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,8 @@ domain_trans(init, init_exec, watchdogd)
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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment