diff --git a/binaries/aarch64/nfqws b/binaries/aarch64/nfqws index 8ec10fb..ff96992 100755 Binary files a/binaries/aarch64/nfqws and b/binaries/aarch64/nfqws differ diff --git a/binaries/aarch64/tpws b/binaries/aarch64/tpws index aec6c6d..06156e6 100755 Binary files a/binaries/aarch64/tpws and b/binaries/aarch64/tpws differ diff --git a/binaries/arm/nfqws b/binaries/arm/nfqws index 10e5c25..b07a67f 100755 Binary files a/binaries/arm/nfqws and b/binaries/arm/nfqws differ diff --git a/binaries/arm/tpws b/binaries/arm/tpws index 7d5039f..4175a49 100755 Binary files a/binaries/arm/tpws and b/binaries/arm/tpws differ diff --git a/binaries/mips32r1-lsb/nfqws b/binaries/mips32r1-lsb/nfqws index 103654e..1be2cdc 100755 Binary files a/binaries/mips32r1-lsb/nfqws and b/binaries/mips32r1-lsb/nfqws differ diff --git a/binaries/mips32r1-lsb/tpws b/binaries/mips32r1-lsb/tpws index 0cf17c5..8d547d9 100755 Binary files a/binaries/mips32r1-lsb/tpws and b/binaries/mips32r1-lsb/tpws differ diff --git a/binaries/mips32r1-msb/nfqws b/binaries/mips32r1-msb/nfqws index de2f653..ce16612 100755 Binary files a/binaries/mips32r1-msb/nfqws and b/binaries/mips32r1-msb/nfqws differ diff --git a/binaries/mips32r1-msb/tpws b/binaries/mips32r1-msb/tpws index ce12d54..b15b7fe 100755 Binary files a/binaries/mips32r1-msb/tpws and b/binaries/mips32r1-msb/tpws differ diff --git a/binaries/mips64r2-msb/nfqws b/binaries/mips64r2-msb/nfqws index cb15e99..f6d589d 100755 Binary files a/binaries/mips64r2-msb/nfqws and b/binaries/mips64r2-msb/nfqws differ diff --git a/binaries/mips64r2-msb/tpws b/binaries/mips64r2-msb/tpws index e30f050..e3563bd 100755 Binary files a/binaries/mips64r2-msb/tpws and b/binaries/mips64r2-msb/tpws differ diff --git a/binaries/ppc/nfqws b/binaries/ppc/nfqws index 40f8080..09ce807 100755 Binary files a/binaries/ppc/nfqws and b/binaries/ppc/nfqws differ diff --git a/binaries/ppc/tpws b/binaries/ppc/tpws index 8f1cccf..856f183 100755 Binary files a/binaries/ppc/tpws and b/binaries/ppc/tpws differ diff --git a/binaries/x86/nfqws b/binaries/x86/nfqws index 1c08988..5ac0630 100755 Binary files a/binaries/x86/nfqws and b/binaries/x86/nfqws differ diff --git a/binaries/x86/tpws b/binaries/x86/tpws index ef70b4c..e75c7c6 100755 Binary files a/binaries/x86/tpws and b/binaries/x86/tpws differ diff --git a/binaries/x86_64/nfqws b/binaries/x86_64/nfqws index d03bf7d..229de62 100755 Binary files a/binaries/x86_64/nfqws and b/binaries/x86_64/nfqws differ diff --git a/binaries/x86_64/tpws b/binaries/x86_64/tpws index e07aa10..7f51308 100755 Binary files a/binaries/x86_64/tpws and b/binaries/x86_64/tpws differ diff --git a/binaries/x86_64/tpws_wsl.tgz b/binaries/x86_64/tpws_wsl.tgz index b74f94c..26d5ed7 100644 Binary files a/binaries/x86_64/tpws_wsl.tgz and b/binaries/x86_64/tpws_wsl.tgz differ diff --git a/nfq/sec.c b/nfq/sec.c index 423150d..ac17bea 100644 --- a/nfq/sec.c +++ b/nfq/sec.c @@ -116,6 +116,15 @@ SYS_rename, SYS_renameat2, #endif SYS_renameat, +#ifdef SYS_readdir +SYS_readdir, +#endif +#ifdef SYS_getdents +SYS_getdents, +#endif +#ifdef SYS_getdents64 +SYS_getdents64, +#endif #ifdef SYS_process_vm_readv SYS_process_vm_readv, #endif diff --git a/tpws/sec.c b/tpws/sec.c index 9bf8951..3f4e156 100644 --- a/tpws/sec.c +++ b/tpws/sec.c @@ -116,6 +116,15 @@ SYS_rename, SYS_renameat2, #endif SYS_renameat, +#ifdef SYS_readdir +SYS_readdir, +#endif +#ifdef SYS_getdents +SYS_getdents, +#endif +#ifdef SYS_getdents64 +SYS_getdents64, +#endif #ifdef SYS_process_vm_readv SYS_process_vm_readv, #endif