Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_label.c142 mac_label_set(struct label *l, int slot, intptr_t v) in mac_label_set() function
H A Dmac_policy.h1065 void mac_label_set(struct label *l, int slot, intptr_t v);
/freebsd/sys/security/mac_partition/
H A Dmac_partition.c76 #define SLOT_SET(l, v) mac_label_set((l), partition_slot, (v))
/freebsd/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c82 mac_label_set((l), mac_grantbylabel_slot, (v))
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.c68 mac_label_set((l), mac_veriexec_slot, (v))
/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c128 #define SLOT_SET(l, val) mac_label_set((l), lomac_slot, (uintptr_t)(val))
131 #define PSLOT_SET(l, val) mac_label_set((l), lomac_slot, (uintptr_t)(val))
/freebsd/sys/security/mac_mls/
H A Dmac_mls.c124 #define SLOT_SET(l, val) mac_label_set((l), mls_slot, (uintptr_t)(val))
/freebsd/sys/security/mac_test/
H A Dmac_test.c110 #define SLOT_SET(x, v) mac_label_set((x), test_slot, (v))
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c135 #define SLOT_SET(l, val) mac_label_set((l), biba_slot, (uintptr_t)(val))