chiark / gitweb /
execute: support syscall filtering using seccomp filters
[elogind.git] / src / shared / missing.h
index 0cf7949d2cbde548c854af630c4fc2cd6a4720ce..d918c4e9a74bde19ccc53412dea99c77fa3e68d0 100644 (file)
@@ -188,4 +188,8 @@ static inline pid_t gettid(void) {
 #define MS_STRICTATIME (1<<24)
 #endif
 
+#ifndef PR_SET_NO_NEW_PRIVS
+#define PR_SET_NO_NEW_PRIVS 38
+#endif
+
 #endif