From fbd16c79b07f6bc3fa4b7555d395d9eb8f2d0514 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 19 Jun 2014 10:48:38 -0400 Subject: Always use the unknown permissions handling build option. This compile-time feature is in the minimum-required checkpolicy/checkmodule for building the policy, so it should always be used. --- build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 5a521c46b..0fffc2a4d 100644 --- a/build.conf +++ b/build.conf @@ -35,7 +35,7 @@ NAME = refpolicy # can either be allowed, denied, or the policy loading # can be rejected. # allow, deny, and reject are current options. -#UNK_PERMS = deny +UNK_PERMS = deny # Direct admin init # Setting this will allow sysadm to directly -- cgit v1.2.3-65-gdbad