]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object
authorrwatson <rwatson@FreeBSD.org>
Sat, 25 Oct 2003 15:28:20 +0000 (15:28 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 25 Oct 2003 15:28:20 +0000 (15:28 +0000)
commit2e83725f4a390d62e44488987ceae30617d39f03
tree689128a35013112f2e1a02fafd158a5ad5cc11a9
parente7ca1c45525f573e36727f7c4626f584f01c2427
Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object
type, rather than "object_label" as the first argument.  This reduces
complexity a little for the consumer, and also makes it easier for
use to rename the underlying entry points in struct mac_policy_obj.

Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
sys/security/mac/mac_internal.h
sys/security/mac/mac_net.c
sys/security/mac/mac_pipe.c
sys/security/mac/mac_process.c
sys/security/mac/mac_vfs.c