Skip to content
Snippets Groups Projects
Commit 39946a5d authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "Suppress denials from sdcardfs (b/67454004)" am: 73b11f87

am: ad2a86d6

Change-Id: Ib6ee3d11cc16a7689c783d10f057a5d4bfb1392a
parents 948c53b3 ad2a86d6
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ allow mediaextractor proc_meminfo:file r_file_perms; ...@@ -22,6 +22,9 @@ allow mediaextractor proc_meminfo:file r_file_perms;
crash_dump_fallback(mediaextractor) crash_dump_fallback(mediaextractor)
# Suppress denials from sdcardfs (b/67454004)
dontaudit mediaextractor sdcardfs:file read;
# allow mediaextractor read permissions for file sources # allow mediaextractor read permissions for file sources
allow mediaextractor media_rw_data_file:file { getattr read }; allow mediaextractor media_rw_data_file:file { getattr read };
allow mediaextractor app_data_file:file { getattr read }; allow mediaextractor app_data_file:file { getattr read };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment