Suppress error log coming from libfstab operation
vendor_misc_writer includes libfstab, which will carry out libfstab
operations without really needing it to do misc writing. Therefore
I suppress the error here.
Bug: 181277852
Test: boot with no relevant log showing up
Change-Id: Ibadb797799606ec8eba4b4e7b35885bb11cb1ff0
diff --git a/public/vendor_misc_writer.te b/public/vendor_misc_writer.te
index 0f3f825..98ec3b4 100644
--- a/public/vendor_misc_writer.te
+++ b/public/vendor_misc_writer.te
@@ -12,3 +12,4 @@
dontaudit vendor_misc_writer proc_cmdline:file r_file_perms;
dontaudit vendor_misc_writer metadata_file:dir search;
dontaudit vendor_misc_writer sysfs_dt_firmware_android:dir search;
+dontaudit vendor_misc_writer proc_bootconfig:file r_file_perms;