Date: Thu, 1 Aug 2002 15:23:02 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile src/sys/compat/linux linux_file.c linux_getcwd.c linux_misc.c linux_stats.c Message-ID: <200208012223.g71MN2bP068753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/08/01 15:23:02 PDT
Modified files:
sys/modules/linux Makefile
sys/compat/linux linux_file.c linux_getcwd.c linux_misc.c
linux_stats.c
Log:
Introduce support for Mandatory Access Control and extensible
kernel access control.
Invoke appropriate MAC entry points for a number of VFS-related
operations in the Linux ABI module. In particular, handle uselib
in a manner similar to open() (more work is probably needed here),
as well as handle statfs(), and linux readdir()-like calls.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Revision Changes Path
1.67 +9 -0 src/sys/compat/linux/linux_file.c
1.6 +8 -1 src/sys/compat/linux/linux_getcwd.c
1.124 +8 -1 src/sys/compat/linux/linux_misc.c
1.42 +20 -0 src/sys/compat/linux/linux_stats.c
1.58 +2 -1 src/sys/modules/linux/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208012223.g71MN2bP068753>
