Skip to content
Snippets Groups Projects
Commit e2f4140c authored by Marco Nelissen's avatar Marco Nelissen Committed by Dongwon Kang
Browse files

Allow scanning extractor library directory

so we can dlopen the libraries that are there

Test: build&run

Merged-Id: Ia1fa1fd65295cffe6c8a3d31db53bd3339a71855
Change-Id: Ia1fa1fd65295cffe6c8a3d31db53bd3339a71855
parent bc24ba72
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,9 @@ allow mediaextractor apk_data_file:file { read getattr }; ...@@ -34,6 +34,9 @@ allow mediaextractor apk_data_file:file { read getattr };
allow mediaextractor asec_apk_file:file { read getattr }; allow mediaextractor asec_apk_file:file { read getattr };
allow mediaextractor ringtone_file:file { read getattr }; allow mediaextractor ringtone_file:file { read getattr };
# scan extractor library directory to dynamically load extractors
allow mediaextractor system_file:dir { read open };
### ###
### neverallow rules ### neverallow rules
### ###
......
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