diff --git a/app.te b/app.te index eaede558d560e87e580ccaadb6a801c6ef1f26ec..c91f566bd33cbfc8fd6d98c273c47db7833faac2 100644 --- a/app.te +++ b/app.te @@ -191,3 +191,7 @@ allow { appdomain isolated_app } system_data_file:lnk_file getattr; # Allow all applications to read downloaded files allow appdomain download_file:file r_file_perms; file_type_auto_trans(appdomain, download_file, download_file) + +# ASEC +allow untrusted_app asec_apk_file:dir { getattr }; +allow untrusted_app asec_apk_file:file r_file_perms; \ No newline at end of file