From 3a4eb96b2a462dd68636c749cec47723fd8dc51f Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Thu, 1 May 2014 10:04:58 -0700 Subject: [PATCH] Make the untrusted_app domain enforcing. Change-Id: I4811da972f7e23ef86e04d05400169422fbaca35 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> --- untrusted_app.te | 1 - 1 file changed, 1 deletion(-) diff --git a/untrusted_app.te b/untrusted_app.te index ebde0eb82..1d94923f9 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -21,7 +21,6 @@ ### type untrusted_app, domain; -permissive_or_unconfined(untrusted_app) app_domain(untrusted_app) net_domain(untrusted_app) bluetooth_domain(untrusted_app) -- GitLab