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

/freebsd-9.3-release/sys/security/mac_biba/
H A Dmac_biba.c111 static int trust_all_interfaces = 0; variable
112 SYSCTL_INT(_security_mac_biba, OID_AUTO, trust_all_interfaces, CTLFLAG_RD,
113 &trust_all_interfaces, 0, "Consider all interfaces 'trusted' by MAC/Biba");
114 TUNABLE_INT("security.mac.biba.trust_all_interfaces", &trust_all_interfaces);
1078 if (trust_all_interfaces) {
/freebsd-9.3-release/sys/security/mac_lomac/
H A Dmac_lomac.c112 static int trust_all_interfaces = 0; variable
113 SYSCTL_INT(_security_mac_lomac, OID_AUTO, trust_all_interfaces, CTLFLAG_RD,
114 &trust_all_interfaces, 0, "Consider all interfaces 'trusted' by MAC/LOMAC");
115 TUNABLE_INT("security.mac.lomac.trust_all_interfaces", &trust_all_interfaces);
1191 if (trust_all_interfaces) {

Completed in 172 milliseconds