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 {