Skip to content
Snippets Groups Projects
Commit f261c7f5 authored by Dongwon Kang's avatar Dongwon Kang Committed by Gerrit Code Review
Browse files

Merge "Allow sdcardfs:file read access on mediaextractor"

parents 81bb3c6e 322ba93e
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,8 @@ allow mediaextractor proc_meminfo:file r_file_perms;
crash_dump_fallback(mediaextractor)
# Suppress denials from sdcardfs (b/67454004)
dontaudit mediaextractor sdcardfs:file read;
# allow mediaextractor read permissions for file sources
allow mediaextractor sdcardfs:file { getattr read };
allow mediaextractor media_rw_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.
Finish editing this message first!
Please register or to comment