]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import LOMAC preliminary release 2.0.0 in src/sys/security. These files may
authorgreen <green@FreeBSD.org>
Mon, 19 Nov 2001 22:34:06 +0000 (22:34 +0000)
committergreen <green@FreeBSD.org>
Mon, 19 Nov 2001 22:34:06 +0000 (22:34 +0000)
commitbeff1147748a3755545f834914bec7f7174b7648
tree855390076025818f6fea90037cfe44711457356a
Import LOMAC preliminary release 2.0.0 in src/sys/security.  These files may
be modified and do not have to remain on the vendor branch.

http://opensource.nailabs.com/lomac/index.html

Sponsored by: DARPA, NAI Labs (CBOSS project)
27 files changed:
sys/security/lomac/kernel_interface.c [new file with mode: 0644]
sys/security/lomac/kernel_interface.h [new file with mode: 0644]
sys/security/lomac/kernel_lkm.c [new file with mode: 0644]
sys/security/lomac/kernel_log.c [new file with mode: 0644]
sys/security/lomac/kernel_log.h [new file with mode: 0644]
sys/security/lomac/kernel_mediate.c [new file with mode: 0644]
sys/security/lomac/kernel_mediate.h [new file with mode: 0644]
sys/security/lomac/kernel_mmap.c [new file with mode: 0644]
sys/security/lomac/kernel_monitor.c [new file with mode: 0644]
sys/security/lomac/kernel_monitor.h [new file with mode: 0644]
sys/security/lomac/kernel_pipe.c [new file with mode: 0644]
sys/security/lomac/kernel_pipe.h [new file with mode: 0644]
sys/security/lomac/kernel_plm.c [new file with mode: 0644]
sys/security/lomac/kernel_plm.h [new file with mode: 0644]
sys/security/lomac/kernel_socket.c [new file with mode: 0644]
sys/security/lomac/kernel_socket.h [new file with mode: 0644]
sys/security/lomac/kernel_util.c [new file with mode: 0644]
sys/security/lomac/kernel_util.h [new file with mode: 0644]
sys/security/lomac/lomac.h [new file with mode: 0644]
sys/security/lomac/lomacfs.h [new file with mode: 0644]
sys/security/lomac/lomacfs_subr.c [new file with mode: 0644]
sys/security/lomac/lomacfs_vfsops.c [new file with mode: 0644]
sys/security/lomac/lomacfs_vnops.c [new file with mode: 0644]
sys/security/lomac/lomacio.h [new file with mode: 0644]
sys/security/lomac/policy_plm.h [new file with mode: 0644]
sys/security/lomac/syscall_gate.c [new file with mode: 0644]
sys/security/lomac/syscall_gate.h [new file with mode: 0644]