Home
last modified time | relevance | path

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

/freebsd-14.2/sys/security/mac_lomac/
H A Dmac_lomac.c114 static char trusted_interfaces[128]; variable
115 SYSCTL_STRING(_security_mac_lomac, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN,
116 trusted_interfaces, 0, "Interfaces considered 'trusted' by MAC/LOMAC");
1183 char tiflist[sizeof(trusted_interfaces)]; in lomac_ifnet_create()
1201 if (trusted_interfaces[0] == '\0' || in lomac_ifnet_create()
1202 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in lomac_ifnet_create()
1206 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in lomac_ifnet_create()
/freebsd-14.2/sys/security/mac_biba/
H A Dmac_biba.c113 static char trusted_interfaces[128]; variable
114 SYSCTL_STRING(_security_mac_biba, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN,
115 trusted_interfaces, 0, "Interfaces considered 'trusted' by MAC/Biba");
1059 char tiflist[sizeof(trusted_interfaces)]; in biba_ifnet_create()
1077 if (trusted_interfaces[0] == '\0' || in biba_ifnet_create()
1078 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in biba_ifnet_create()
1082 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in biba_ifnet_create()