mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
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:
parent
ffcf6651a0
commit
faf00eecd4
1 changed files with 0 additions and 9 deletions
|
|
@ -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 =
|
||||
{
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue