commit | e2f4140ceff2b417ac85fb09e452a9f7dbb8cf5a | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Mon Oct 02 13:00:52 2017 -0700 |
committer | Dongwon Kang <dwkang@google.com> | Tue Jan 23 11:21:11 2018 -0800 |
tree | 92945b5a22adc5cce392d55b12be2f65caf901fa | |
parent | bc24ba72839468ff76f46c47d27c2f07d98c8fd7 [diff] |
Allow scanning extractor library directory so we can dlopen the libraries that are there Test: build&run Merged-Id: Ia1fa1fd65295cffe6c8a3d31db53bd3339a71855 Change-Id: Ia1fa1fd65295cffe6c8a3d31db53bd3339a71855
diff --git a/public/mediaextractor.te b/public/mediaextractor.te index f8e8a6b..8ba8913 100644 --- a/public/mediaextractor.te +++ b/public/mediaextractor.te
@@ -34,6 +34,9 @@ allow mediaextractor asec_apk_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 ###