mac_none sample policy has nothing to enforce, so remove sysctls.

mac_stub acts as a template policy and holds sample sysctls.
This commit is contained in:
Robert Watson 2007-02-23 11:08:45 +00:00
parent ffcf6651a0
commit faf00eecd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166898

View File

@ -75,15 +75,6 @@
#include <security/mac/mac_policy.h>
SYSCTL_DECL(_security_mac);
SYSCTL_NODE(_security_mac, OID_AUTO, none, CTLFLAG_RW, 0,
"TrustedBSD mac_none policy controls");
static int mac_none_enabled = 1;
SYSCTL_INT(_security_mac_none, OID_AUTO, enabled, CTLFLAG_RW,
&mac_none_enabled, 0, "Enforce none policy");
static struct mac_policy_ops mac_none_ops =
{
};