Date: Sat, 19 Oct 2002 14:06:57 -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 src/sys/ia64/ia32 syscalls.master Message-ID: <200210192106.g9JL6vn3082745@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/10/19 14:06:57 PDT
Modified files:
sys/kern syscalls.master
sys/ia64/ia32 syscalls.master
Log:
Add a placeholder for the execve_mac() system call, similar to SELinux's
execve_secure() system call, which permits a process to pass in a label
for a label change during exec. This permits SELinux to change the
label for the resulting exec without a race following a manual label
change on the process. Because this interface uses our general purpose
MAC label abstraction, we call it execve_mac(), and wrap our port of
SELinux's execve_secure() around it with appropriate sid mappings.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.9 +1 -0 src/sys/ia64/ia32/syscalls.master
1.130 +1 -0 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?200210192106.g9JL6vn3082745>
