34f6230e25
control logic and policy registration remaining in that file, and access control checks broken out into other files by class of check. Obtained from: TrustedBSD Project
13 lines
205 B
Makefile
13 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../security/mac_bsdextended
|
|
|
|
KMOD= mac_bsdextended
|
|
SRCS= vnode_if.h \
|
|
mac_bsdextended.h \
|
|
mac_bsdextended.c \
|
|
ugidfw_system.c \
|
|
ugidfw_vnode.c
|
|
|
|
.include <bsd.kmod.mk>
|