From ed532c06d610cf992b8e86c0cbf812865747a53b Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Fri, 27 Feb 2015 19:11:32 -0800 Subject: [PATCH] init: remove permissive_or_unconfined() Bug: 19050686 Change-Id: Ie41c3e4d5aaeb43577ba85a4768a5fdbdd665efb Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> --- init.te | 1 - 1 file changed, 1 deletion(-) diff --git a/init.te b/init.te index 03a54b4c7..7f8ae5439 100644 --- a/init.te +++ b/init.te @@ -1,6 +1,5 @@ # init switches to init domain (via init.rc). type init, domain, mlstrustedsubject; -permissive_or_unconfined(init) tmpfs_domain(init) # setrlimit -- GitLab