diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2016-08-08 22:08:36 +0300 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2016-08-08 22:42:01 +0300 |
commit | f333c700c6100b53050980986be922bb21466e29 (patch) | |
tree | 60554e8ad7eeda0cac508cade356a1358171df22 /include/linux/user_namespace.h | |
parent | 25f9c0817c535a728c1088542230fa327c577c9e (diff) | |
download | linux-f333c700c6100b53050980986be922bb21466e29.tar.xz |
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>
Diffstat (limited to 'include/linux/user_namespace.h')
-rw-r--r-- | include/linux/user_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h index 9b676ead35c3..9ee94827728d 100644 --- a/include/linux/user_namespace.h +++ b/include/linux/user_namespace.h @@ -26,6 +26,7 @@ struct ucounts; enum ucount_type { UCOUNT_USER_NAMESPACES, + UCOUNT_PID_NAMESPACES, UCOUNT_COUNTS, }; |