Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/security/mac_lomac/
Dmac_lomac.c115 static char trusted_interfaces[128]; variable
116 SYSCTL_STRING(_security_mac_lomac, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN,
117 trusted_interfaces, 0, "Interfaces considered 'trusted' by MAC/LOMAC");
1174 char tiflist[sizeof(trusted_interfaces)]; in lomac_ifnet_create()
1192 if (trusted_interfaces[0] == '\0' || in lomac_ifnet_create()
1193 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in lomac_ifnet_create()
1197 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in lomac_ifnet_create()
/freebsd-12-stable/sys/security/mac_biba/
Dmac_biba.c114 static char trusted_interfaces[128]; variable
115 SYSCTL_STRING(_security_mac_biba, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN,
116 trusted_interfaces, 0, "Interfaces considered 'trusted' by MAC/Biba");
1060 char tiflist[sizeof(trusted_interfaces)]; in biba_ifnet_create()
1078 if (trusted_interfaces[0] == '\0' || in biba_ifnet_create()
1079 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in biba_ifnet_create()
1083 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in biba_ifnet_create()