diff --git a/untrusted_app.te b/untrusted_app.te index 6bc68437f53e39e52421cdd2c64c46cdfa050657..4b0fd565e083d9ecd108a7e6b6524e5819a21c72 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -31,6 +31,7 @@ allow untrusted_app app_data_file:file { rx_file_perms execmod }; # ASEC allow untrusted_app asec_apk_file:file r_file_perms; +allow untrusted_app asec_apk_file:dir r_dir_perms; # Execute libs in asec containers. allow untrusted_app asec_public_file:file { execute execmod };