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

/freebsd-11-stable/sys/modules/mac_lomac/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/mac_lomac/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/security/mac_lomac
5 KMOD= mac_lomac
7 mac_lomac.c
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c87 #include <security/mac_lomac/mac_lomac.h>
90 struct mac_lomac mac_lomac; member in struct:mac_lomac_proc
97 "TrustedBSD mac_lomac policy controls");
99 static int lomac_label_size = sizeof(struct mac_lomac);
101 &lomac_label_size, 0, "Size of struct mac_lomac");
128 #define SLOT(l) ((struct mac_lomac *)mac_label_get((l), lomac_slot))
136 static struct mac_lomac *
139 struct mac_lomac *m
[all...]
H A Dmac_lomac.h43 #define MAC_LOMAC_EXTATTR_NAME "mac_lomac"
64 * mac_lomac represents a LOMAC label, with mb_type determining its properties,
82 struct mac_lomac { struct
/freebsd-11-stable/sys/modules/
H A DMakefile235 mac_lomac \
/freebsd-11-stable/include/
H A DMakefile60 security/mac_biba security/mac_bsdextended security/mac_lomac \
/freebsd-11-stable/share/man/man4/
H A DMakefile280 mac_lomac.4 \

Completed in 106 milliseconds