]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce support for Mandatory Access Control and extensible
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 1 Aug 2002 14:31:58 +0000 (14:31 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 1 Aug 2002 14:31:58 +0000 (14:31 +0000)
commit339b79b93959d926312e63cd03a49b7d6885b418
tree439d8849baf98bb2272fec17d9f9f573c3116064
parentabc1263a51bccf7869a90eb5093f19503d497363
Introduce support for Mandatory Access Control and extensible
kernel access control.

Invoke an appropriate MAC entry point to authorize execution of
a file by a process.  The check is placed slightly differently
than it appears in the trustedbsd_mac tree so that it prevents
a little more information leakage about the target of the execve()
operation.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
sys/kern/kern_exec.c