]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
sandbox-seccomp-filter: remove duplicate SC_ALLOW(__NR_clock_gettime64)
authorManfred Kaiser <manfred.kaiser@ssh-mitm.at>
Sun, 24 May 2026 07:53:42 +0000 (09:53 +0200)
committerDamien Miller <djm@mindrot.org>
Sat, 30 May 2026 13:30:12 +0000 (23:30 +1000)
commit4f4aeee6edaa248f1e7ce22ee3f35ce183eabf38
tree0b060655b2c4d28d4e8648c3a8a3da4320ef28cb
parent16908221360a01b1801c6ca70c26b73c83509ea3
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.
sandbox-seccomp-filter.c