mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
pidns: Add a limit on the number of pid namespaces
Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
@@ -26,6 +26,7 @@ struct ucounts;
|
||||
|
||||
enum ucount_type {
|
||||
UCOUNT_USER_NAMESPACES,
|
||||
UCOUNT_PID_NAMESPACES,
|
||||
UCOUNT_COUNTS,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user