Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_label.c144 mac_label_set(struct label *l, int slot, intptr_t v) in mac_label_set() function
H A Dmac_policy.h1037 void mac_label_set(struct label *l, int slot, intptr_t v);
/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c78 #define SLOT_SET(l, v) mac_label_set((l), partition_slot, (v))
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec.c62 mac_label_set((l), mac_veriexec_slot, (v))
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c130 #define SLOT_SET(l, val) mac_label_set((l), lomac_slot, (uintptr_t)(val))
133 #define PSLOT_SET(l, val) mac_label_set((l), lomac_slot, (uintptr_t)(val))
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c137 #define SLOT_SET(l, val) mac_label_set((l), biba_slot, (uintptr_t)(val))
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c126 #define SLOT_SET(l, val) mac_label_set((l), mls_slot, (uintptr_t)(val))
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c110 #define SLOT_SET(x, v) mac_label_set((x), test_slot, (v))