]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce support for Mandatory Access Control and extensible
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 1 Aug 2002 02:03:21 +0000 (02:03 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 1 Aug 2002 02:03:21 +0000 (02:03 +0000)
commitc1ff2d9baf689d473f19a763b22cf70bb1d758c1
tree6c3f31125b21e574b1378686e55ca381f9f5f08f
parent0d74300caec54b672119903b9b2d448ac5e5c1b9
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/conf/files
sys/fs/procfs/procfs.c
sys/fs/procfs/procfs.h
sys/fs/procfs/procfs_mac.c [new file with mode: 0644]
sys/modules/procfs/Makefile