Merge "Copy a dontaudit from init to vendor_init"
This commit is contained in:
commit
5984301afd
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
|||
typeattribute vendor_init coredomain;
|
||||
|
||||
# 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 vendor_init sysfs:dir write;
|
||||
|
|
Loading…
Reference in a new issue