Skip to content

Commit 4f4aeee

Browse files
manfred-kaiserdjmdjm
authored andcommitted
sandbox-seccomp-filter: remove duplicate SC_ALLOW(__NR_clock_gettime64)
The syscall is already permitted at line 297 in its own ifdef guard. No functional change.
1 parent 1690822 commit 4f4aeee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sandbox-seccomp-filter.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ static const struct sock_filter preauth_insns[] = {
381381
#ifdef __NR_clock_nanosleep_time64
382382
SC_ALLOW(__NR_clock_nanosleep_time64),
383383
#endif
384-
#ifdef __NR_clock_gettime64
385-
SC_ALLOW(__NR_clock_gettime64),
386-
#endif
387384
#ifdef __NR__newselect
388385
SC_ALLOW(__NR__newselect),
389386
#endif

0 commit comments

Comments
 (0)