Searched refs:VERIEXEC_LABEL (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/veriexec/
H A Dmanifest_parser.y138 #ifdef VERIEXEC_LABEL
143 params->flags |= VERIEXEC_LABEL;
291 #ifdef VERIEXEC_LABEL
292 if (params->flags & VERIEXEC_LABEL) {
/freebsd-13-stable/sys/dev/veriexec/
H A Dverified_exec.c232 if (params->flags & VERIEXEC_LABEL)
241 (params->flags & VERIEXEC_LABEL) ?
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec.h62 #define VERIEXEC_LABEL (1<<5) /**< We have a label */ macro
H A Dveriexec_metadata.c617 /* Label and labellen must be set if VERIEXEC_LABEL is set */
618 if ((flags & VERIEXEC_LABEL) != 0 && (label == NULL || labellen == 0))
654 if (flags & VERIEXEC_LABEL) {
708 if (flags & VERIEXEC_LABEL)

Completed in 145 milliseconds