- (dtucker) [sandbox-seccomp-filter.c] Allow clock_gettimeofday.
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index e124183..cc14653 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -91,6 +91,7 @@
 	SC_DENY(open, EACCES),
 	SC_ALLOW(getpid),
 	SC_ALLOW(gettimeofday),
+	SC_ALLOW(clock_gettime),
 #ifdef __NR_time /* not defined on EABI ARM */
 	SC_ALLOW(time),
 #endif