diff options
author | Colin Watson <cjwatson@debian.org> | 2013-09-14 15:43:03 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2013-09-14 15:43:03 +0100 |
commit | 8faf8c84430cf3c19705b1d9f8889d256e7fd1fd (patch) | |
tree | e6cb74192adb00fda5e4d1457547851d7e0d86af /sandbox-seccomp-filter.c | |
parent | 328b60656f29db6306994d7498dede386ec2d1c3 (diff) | |
parent | c41345ad7ee5a22689e2c009595e85fa27b4b39a (diff) |
merge 6.3p1
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r-- | sandbox-seccomp-filter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c index e12418399..cc1465305 100644 --- a/sandbox-seccomp-filter.c +++ b/sandbox-seccomp-filter.c | |||
@@ -91,6 +91,7 @@ static const struct sock_filter preauth_insns[] = { | |||
91 | SC_DENY(open, EACCES), | 91 | SC_DENY(open, EACCES), |
92 | SC_ALLOW(getpid), | 92 | SC_ALLOW(getpid), |
93 | SC_ALLOW(gettimeofday), | 93 | SC_ALLOW(gettimeofday), |
94 | SC_ALLOW(clock_gettime), | ||
94 | #ifdef __NR_time /* not defined on EABI ARM */ | 95 | #ifdef __NR_time /* not defined on EABI ARM */ |
95 | SC_ALLOW(time), | 96 | SC_ALLOW(time), |
96 | #endif | 97 | #endif |