freebsd-nq/sys/compat/freebsd32
Robert Watson bc5245d94c 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
2002-10-19 21:06:57 +00:00
..
freebsd32_misc.c Try and deal with the #ifdef COMPAT_FREEBSD4 sendfile stuff. This would 2002-10-09 22:27:24 +00:00
freebsd32_proto.h re-regen. Sigh. 2002-10-09 22:40:41 +00:00
freebsd32_syscall.h re-regen. Sigh. 2002-10-09 22:40:41 +00:00
freebsd32_sysent.c re-regen. Sigh. 2002-10-09 22:40:41 +00:00
freebsd32_util.h
freebsd32.h
Makefile
syscalls.conf
syscalls.master Add a placeholder for the execve_mac() system call, similar to SELinux's 2002-10-19 21:06:57 +00:00