Merge "Suppress denials from sdcardfs (b/67454004)" am: 73b11f8799 am: ad2a86d6ee
am: 39946a5dfa
Change-Id: Ic09b99d2416d19636cf70ec0ad2342cdbaa11908
diff --git a/public/mediaextractor.te b/public/mediaextractor.te
index 05e65bf..915d478 100644
--- a/public/mediaextractor.te
+++ b/public/mediaextractor.te
@@ -22,6 +22,9 @@
crash_dump_fallback(mediaextractor)
+# Suppress denials from sdcardfs (b/67454004)
+dontaudit mediaextractor sdcardfs:file read;
+
# allow mediaextractor read permissions for file sources
allow mediaextractor media_rw_data_file:file { getattr read };
allow mediaextractor app_data_file:file { getattr read };