mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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
12 lines
205 B
Makefile
12 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>
|