mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
add clock_gettime64(2) to sandbox allowed syscalls
bz3093
This commit is contained in:
parent
adffbe1c64
commit
ccd3b247d5
@ -188,6 +188,9 @@ static const struct sock_filter preauth_insns[] = {
|
|||||||
#ifdef __NR_clock_gettime
|
#ifdef __NR_clock_gettime
|
||||||
SC_ALLOW(__NR_clock_gettime),
|
SC_ALLOW(__NR_clock_gettime),
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __NR_clock_gettime64
|
||||||
|
SC_ALLOW(__NR_clock_gettime64),
|
||||||
|
#endif
|
||||||
#ifdef __NR_close
|
#ifdef __NR_close
|
||||||
SC_ALLOW(__NR_close),
|
SC_ALLOW(__NR_close),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user