diff options
Diffstat (limited to 'sandbox-systrace.c')
-rw-r--r-- | sandbox-systrace.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox-systrace.c b/sandbox-systrace.c index 46c36a76..b4d8d04c 100644 --- a/sandbox-systrace.c +++ b/sandbox-systrace.c @@ -68,7 +68,9 @@ static const struct sandbox_policy preauth_policy[] = { /* Previous releases used sysctl(3)'s kern.arnd variable. */ { SYS___sysctl, SYSTR_POLICY_PERMIT }, #endif +#ifdef SYS_sendsyslog { SYS_sendsyslog, SYSTR_POLICY_PERMIT }, +#endif { SYS_madvise, SYSTR_POLICY_PERMIT }, { SYS_mmap, SYSTR_POLICY_PERMIT }, |