summaryrefslogtreecommitdiffstats
path: root/common/init.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/init.te')
-rw-r--r--common/init.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/init.te b/common/init.te
index 6cde24b0..772e5fe4 100644
--- a/common/init.te
+++ b/common/init.te
@@ -31,3 +31,6 @@ allow init configfs:lnk_file create_file_perms;
#Allow init to mount non-hlos partitions in A/B builds
allow init firmware_file:dir { mounton };
allow init bt_firmware_file:dir { mounton };
+
+#dontaudit non configfs usb denials
+dontaudit init sysfs:dir write;