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 ca6fc54675434c1c4ad659a8ab5755ea10f8c875..989409449839124435ce15fbbd86ddaa06937d00 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)