Searched refs:max_compartments (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/security/mac_biba/
H A Dmac_biba.c122 static int max_compartments = MAC_BIBA_MAX_COMPARTMENTS; variable
123 SYSCTL_INT(_security_mac_biba, OID_AUTO, max_compartments, CTLFLAG_RD,
124 &max_compartments, 0, "Maximum supported compartments");
/freebsd-9.3-release/sys/security/mac_mls/
H A Dmac_mls.c122 static int max_compartments = MAC_MLS_MAX_COMPARTMENTS; variable
123 SYSCTL_INT(_security_mac_mls, OID_AUTO, max_compartments, CTLFLAG_RD,
124 &max_compartments, 0, "Maximum compartments the policy supports");

Completed in 60 milliseconds