Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_test/
H A Dmac_test.c131 #define LABEL_CHECK(label, magic) do { \ macro
167 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_check_receive()
168 LABEL_CHECK(ifplabel, MAGIC_IFNET); in test_bpfdesc_check_receive()
180 LABEL_CHECK(cred->cr_label, MAGIC_CRED); in test_bpfdesc_create()
181 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_create()
191 LABEL_CHECK(dlabel, MAGIC_BPF); in test_bpfdesc_create_mbuf()
192 LABEL_CHECK(mlabel, MAGIC_MBUF); in test_bpfdesc_create_mbuf()
219 LABEL_CHECK(cred->cr_label, MAGIC_CRED); in test_cred_check_relabel()
220 LABEL_CHECK(newlabel, MAGIC_CRED); in test_cred_check_relabel()
231 LABEL_CHECK(cred->cr_label, MAGIC_CRED); in test_cred_check_setaudit()
[all …]