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 08dc3a8b2..2831e9d10 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -238,7 +238,7 @@ static const struct sock_filter preauth_insns[] = {
238 * x86-64 syscall under some circumstances, e.g. 238 * x86-64 syscall under some circumstances, e.g.
239 * https://bugs.debian.org/849923 239 * https://bugs.debian.org/849923
240 */ 240 */
241 SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT); 241 SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT),
242#endif 242#endif
243 243
244 /* Default deny */ 244 /* Default deny */