Searched refs:LABEL_CHECK (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 133 #define LABEL_CHECK(label, magic) do { \ macro 169 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_check_receive() 170 LABEL_CHECK(ifplabel, MAGIC_IFNET); in test_bpfdesc_check_receive() 182 LABEL_CHECK(cred->cr_label, MAGIC_CRED); in test_bpfdesc_create() 183 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_create() 193 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_create_mbuf() 194 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_bpfdesc_create_mbuf() 221 LABEL_CHECK(cred->cr_label, MAGIC_CRED); in test_cred_check_relabel() 222 LABEL_CHECK(newlabel, MAGIC_CRED); in test_cred_check_relabel() 233 LABEL_CHECK(cred->cr_label, MAGIC_CRED); in test_cred_check_setaudit() [all …]
|