Date: Tue, 30 Jul 2002 15:43:20 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master Message-ID: <200207302243.g6UMhKQ6088162@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/07/30 15:43:20 PDT Modified files: sys/kern syscalls.master Log: Introduce support for Mandatory Access Control and extensible kernel access control. Replace 'void *' with 'struct mac *' now that mac.h is in the base tree. The current POSIX.1e-derived userland MAC interface is schedule for replacement, but will act as a functional placeholder until the replacement is done. These system calls allow userland processes to get and set labels on both the current process, as well as file system objects and file descriptor backed objects. Revision Changes Path 1.119 +8 -6 src/sys/kern/syscalls.master 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?200207302243.g6UMhKQ6088162>