PERFORCE change 51965 for review
Andrew Reisse
areisse at FreeBSD.org
Fri Apr 30 05:38:08 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=51965
Change 51965 by areisse at areisse_ibook on 2004/04/30 05:37:22
Move all functionality from kern_mac into several files in
security.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/conf/files#3 edit
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/kern/kern_mac.c#2 delete
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/conf/files#2 edit
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_base.c#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_internal.h#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_network.c#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_port.c#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_process.c#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_socket.c#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_system.c#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_task.c#1 add
.. //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/mac_vfs.c#1 add
Differences ...
==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/bsd/conf/files#3 (text+ko) ====
@@ -470,7 +470,6 @@
bsd/kern/kern_fork.c standard
bsd/kern/kern_ktrace.c standard
bsd/kern/kern_lock.c optional cpus
-bsd/kern/kern_mac.c standard
bsd/kern/kern_malloc.c standard
bsd/kern/kern_mman.c standard
bsd/kern/kern_panicinfo.c standard
==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/Makefile#2 (text+ko) ====
@@ -8,14 +8,12 @@
include $(MakeInc_def)
INSTINC_SUBDIRS = \
- mac_test \
sebsd
INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS}
INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS}
EXPINC_SUBDIRS = \
- mac_test \
sebsd
EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS}
==== //depot/projects/trustedbsd/sedarwin73/apsl/xnu/security/conf/files#2 (text+ko) ====
@@ -4,6 +4,14 @@
# security
+security/mac_base.c standard
+security/mac_task.c standard
+security/mac_port.c standard
+security/mac_process.c standard
+security/mac_vfs.c standard
+security/mac_system.c standard
+security/mac_socket.c standard
+security/mac_network.c standard
security/mac_test/mac_test.c standard
security/sebsd/sebsd.c standard
security/sebsd/sebsd_syscall.c standard
More information about the p4-projects
mailing list