From 49385b6e576f4c230bb4cf530bb5b7b0249951ca Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 15 Dec 2024 12:59:04 +0300 Subject: [PATCH] tpws: more compats --- tpws/linux_compat.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tpws/linux_compat.h b/tpws/linux_compat.h index 5695292..d706ebf 100644 --- a/tpws/linux_compat.h +++ b/tpws/linux_compat.h @@ -10,6 +10,10 @@ #define IP6T_SO_ORIGINAL_DST 80 #endif +#ifndef PR_SET_NO_NEW_PRIVS + #define PR_SET_NO_NEW_PRIVS 38 +#endif + // workaround for old headers struct tcp_info_new {