]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce support for Mandatory Access Control and extensible
authorrwatson <rwatson@FreeBSD.org>
Thu, 1 Aug 2002 02:03:21 +0000 (02:03 +0000)
committerrwatson <rwatson@FreeBSD.org>
Thu, 1 Aug 2002 02:03:21 +0000 (02:03 +0000)
commita98ab91552d20f4a87917e7b6be6095b59dcbdb8
tree6c3f31125b21e574b1378686e55ca381f9f5f08f
parent450d541ee0469845cb4418ffa57d92ae31b71faa
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