Merge "Suppress avc denials due to missing kernel config on mixed version boot test"
diff --git a/private/installd.te b/private/installd.te
index c89ba8b..b0e38fb 100644
--- a/private/installd.te
+++ b/private/installd.te
@@ -43,3 +43,6 @@
 # Allow installd to delete files in /data/staging
 allow installd staging_data_file:file unlink;
 allow installd staging_data_file:dir { open read remove_name rmdir search write };
+
+# TODO(b/177187042): Remove this when the denials are fixed.
+dontaudit installd device:file write;
\ No newline at end of file