Date: Wed, 25 Feb 2004 19:51:05 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/security/mac mac_inet.c mac_internal.h mac_net.c mac_socket.c Message-ID: <200402260351.i1Q3p58K030377@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004/02/25 19:51:05 PST
FreeBSD src repository
Modified files:
sys/conf files
sys/security/mac mac_internal.h mac_net.c
Added files:
sys/security/mac mac_inet.c mac_socket.c
Log:
Move inet and inet6 related MAC Framework entry points from mac_net.c
to a new mac_inet.c. This code is now conditionally compiled based
on inet support being compiled into the kernel.
Move socket related MAC Framework entry points from mac_net.c to a new
mac_socket.c.
To do this, some additional _enforce MIB variables are now non-static.
In addition, mbuf_to_label() is now mac_mbuf_to_label() and non-static.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, McAfee Research
Revision Changes Path
1.864 +2 -0 src/sys/conf/files
1.1 +292 -0 src/sys/security/mac/mac_inet.c (new)
1.111 +5 -1 src/sys/security/mac/mac_internal.h
1.113 +23 -654 src/sys/security/mac/mac_net.c
1.1 +487 -0 src/sys/security/mac/mac_socket.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402260351.i1Q3p58K030377>
