diff --git a/untrusted_app.te b/untrusted_app.te index ce08814621524a9a8601034b09620a781862ac07..52e3e38d0b1ee340a16a98d99ff6626ca2da363b 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 };