summaryrefslogtreecommitdiff
path: root/sandbox-seccomp-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r--sandbox-seccomp-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index 3a1aedce7..a8d472a63 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -235,7 +235,7 @@ static const struct sock_filter preauth_insns[] = {
235 * x86-64 syscall under some circumstances, e.g. 235 * x86-64 syscall under some circumstances, e.g.
236 * https://bugs.debian.org/849923 236 * https://bugs.debian.org/849923
237 */ 237 */
238 SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT); 238 SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT),
239#endif 239#endif
240 240
241 /* Default deny */ 241 /* Default deny */