Searched refs:mac_mls (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/modules/mac_mls/
H A DMakefile3 .PATH: ${.CURDIR}/../../security/mac_mls
5 KMOD= mac_mls
7 mac_mls.c
/freebsd-10-stable/sys/security/mac_mls/
H A Dmac_mls.c92 #include <security/mac_mls/mac_mls.h>
97 "TrustedBSD mac_mls policy controls");
99 static int mls_label_size = sizeof(struct mac_mls);
101 &mls_label_size, 0, "Size of struct mac_mls");
127 #define SLOT(l) ((struct mac_mls *)mac_label_get((l), mls_slot))
142 static struct mac_mls *
150 mls_free(struct mac_mls *mm)
160 mls_atmostflags(struct mac_mls *mm, int flags)
221 mls_range_in_range(struct mac_mls *range
[all...]
H A Dmac_mls.h43 #define MAC_MLS_EXTATTR_NAME "mac_mls"
62 * mac_mls represents an MLS label, with mm_type determining its properties,
86 struct mac_mls { struct
/freebsd-10-stable/include/
H A DMakefile60 security/mac_mls security/mac_partition \
/freebsd-10-stable/share/man/man4/
H A DMakefile252 mac_mls.4 \
/freebsd-10-stable/sys/modules/
H A DMakefile209 mac_mls \

Completed in 74 milliseconds