From c1ff2d9baf689d473f19a763b22cf70bb1d758c1 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 1 Aug 2002 02:03:21 +0000 Subject: Introduce support for Mandatory Access Control and extensible kernel access control. Modify procfs so that (when mounted multilabel) it exports process MAC labels as the vnode labels of procfs vnodes associated with processes. Approved by: des Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs --- sys/modules/procfs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules/procfs') diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 75e23a0750f5..d4f41b334f98 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -4,11 +4,13 @@ KMOD= procfs SRCS= +SRCS+= opt_mac.h SRCS+= vnode_if.h SRCS+= procfs_ctl.c SRCS+= procfs_dbregs.c SRCS+= procfs_fpregs.c SRCS+= procfs_ioctl.c +SRCS+= procfs_mac.c SRCS+= procfs_map.c SRCS+= procfs_mem.c SRCS+= procfs_note.c -- cgit v1.2.3