Date: Fri, 30 Apr 2004 05:38:06 -0700 (PDT) From: Andrew Reisse <areisse@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 51965 for review Message-ID: <200404301238.i3UCc6Gv022362@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=51965 Change 51965 by areisse@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404301238.i3UCc6Gv022362>