#include "opt_capsicum.h"
#include "opt_ktrace.h"
#include "opt_kdtrace.h"
#include <sys/capability.h>
#include <sys/ktr.h>
#include <security/audit/audit.h>
Go to the source code of this file.
|
| __FBSDID ("$BSDSUniX$") |
|
static int | syscallenter (struct thread *td, struct syscall_args *sa) |
|
static void | syscallret (struct thread *td, int error, struct syscall_args *sa __unused) |
|
__FBSDID |
( |
"$BSDSUniX$" |
| ) |
|
static int syscallenter |
( |
struct thread * |
td, |
|
|
struct syscall_args * |
sa |
|
) |
| |
|
inlinestatic |
static void syscallret |
( |
struct thread * |
td, |
|
|
int |
error, |
|
|
struct syscall_args *sa |
__unused |
|
) |
| |
|
inlinestatic |