Home
last modified time | relevance | path

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

/f-stack/freebsd/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) { in lomac_ifnet_create()
/f-stack/freebsd/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) { in biba_ifnet_create()