mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:09:59 -04:00
[master] seccomp also needs dup() in the --disable-threads case
This commit is contained in:
parent
940b03cef2
commit
e3468c9052
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ int scmp_syscalls[] = {
|
|||
SCMP_SYS(getdents),
|
||||
SCMP_SYS(rename),
|
||||
SCMP_SYS(utimes),
|
||||
SCMP_SYS(dup),
|
||||
#endif
|
||||
};
|
||||
const char *scmp_syscall_names[] = {
|
||||
|
|
@ -153,6 +154,7 @@ const char *scmp_syscall_names[] = {
|
|||
"getdents",
|
||||
"rename",
|
||||
"utimes",
|
||||
"dup",
|
||||
#endif
|
||||
};
|
||||
#endif /* __x86_64__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue