diff --git a/isolated_app.te b/isolated_app.te index 13d6e9c0f091e29765c6a7aa984706bae68041df..77f14d323e7306e7ea4f5f86c3ef388439a79741 100644 --- a/isolated_app.te +++ b/isolated_app.te @@ -10,6 +10,7 @@ ### type isolated_app, domain; +permissive isolated_app; app_domain(isolated_app) # Appdomain interaction with isolated apps diff --git a/untrusted_app.te b/untrusted_app.te index 5b03280f2426e7b91e025f711fe61cea48743dd8..2ddf0b5971b41935e6f4f2ef6b29b17acb25a1f6 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -10,6 +10,7 @@ ### type untrusted_app, domain; +permissive untrusted_app; app_domain(untrusted_app) net_domain(untrusted_app) bluetooth_domain(untrusted_app)