diff --git a/untrusted_app.te b/untrusted_app.te index a61384bb853d82547dd1da927c7ee26692c03f15..5e6c1b69531ef4652453dd48b0dc84bd5dda5ead 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 };