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

/freebsd-13-stable/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_RDTUN,
113 &trust_all_interfaces, 0, "Consider all interfaces 'trusted' by MAC/Biba");
1072 if (trust_all_interfaces) {
/freebsd-13-stable/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_RDTUN,
114 &trust_all_interfaces, 0, "Consider all interfaces 'trusted' by MAC/LOMAC");
1186 if (trust_all_interfaces) {

Completed in 182 milliseconds