summaryrefslogtreecommitdiff
path: root/sepolicy/mediaextractor.te (plain)
blob: f71ef67b591eab6182dfa8a75cf4c5750b09f1d3
1get_prop(mediaextractor, media_prop)
2
3allow mediaextractor exfat:file { read getattr };
4allow mediaextractor ntfs:file { read getattr };
5allow mediaextractor vfat:file { read getattr };
6allow mediaextractor fuseblk:file { read getattr };
7allow mediaextractor fuse:file { read getattr };
8allow mediaextractor sdcardfs:file { read getattr };
9allow mediaextractor system_server:fifo_file { write getattr append };
10allow mediaextractor vendor_file:file { read open getattr execute };
11allow platform_app iso9660:dir { search open read getattr };
12allow platform_app iso9660:file { open read getattr };
13