Searched refs:trusted_interfaces (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 116 static char trusted_interfaces[128]; variable 117 SYSCTL_STRING(_security_mac_lomac, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN, 118 trusted_interfaces, 0, "Interfaces considered 'trusted' by MAC/LOMAC"); 1175 char tiflist[sizeof(trusted_interfaces)]; in lomac_ifnet_create() 1193 if (trusted_interfaces[0] == '\0' || in lomac_ifnet_create() 1194 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in lomac_ifnet_create() 1198 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in lomac_ifnet_create()
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 115 static char trusted_interfaces[128]; variable 116 SYSCTL_STRING(_security_mac_biba, OID_AUTO, trusted_interfaces, CTLFLAG_RDTUN, 117 trusted_interfaces, 0, "Interfaces considered 'trusted' by MAC/Biba"); 1061 char tiflist[sizeof(trusted_interfaces)]; in biba_ifnet_create() 1079 if (trusted_interfaces[0] == '\0' || in biba_ifnet_create() 1080 !strvalid(trusted_interfaces, sizeof(trusted_interfaces))) in biba_ifnet_create() 1084 for (p = trusted_interfaces, q = tiflist; *p != '\0'; p++, q++) in biba_ifnet_create()
|