[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGXu5j+ODDgH63xyWwYOQFLLe7xsoqYaf5MxnjjPPVKSn7mtFQ@mail.gmail.com>
Date: Fri, 9 Nov 2012 10:30:52 -0800
From: Kees Cook <keescook@...omium.org>
To: Artem Bityutskiy <dedekind1@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Serge Hallyn <serge.hallyn@...onical.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] proc: pid/status: show all supplementary groups
On Fri, Nov 9, 2012 at 5:31 AM, Artem Bityutskiy <dedekind1@...il.com> wrote:
> From: Artem Bityutskiy <artem.bityutskiy@...ux.intel.com>
>
> We display a list of supplementary group for each process in the
> /proc/<pid>/status. However, we show only the first 32 groups, not all of them.
>
> Although this is rare, but sometimes processes do have more than 32
> supplementary groups, and this kernel limitation breaks user-space apps
> that rely on the group list in /proc/<pid>/status.
>
> Number 32 comes from the internal NGROUPS_SMALL macro which defines the
> length for the internal kernel "small" groups buffer. There is no apparent
> reason to limit to this value.
>
> This patch removes the 32 groups printing limit.
>
> The Linux kernel limits the amount of supplementary groups by NGROUPS_MAX,
> which is currently set to 65536. And this is the maximum count of groups we
> may possibly print.
>
> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@...ux.intel.com>
Acked-by: Kees Cook <keescook@...omium.org>
> Cc: stable@...r.kernel.org
> ---
> fs/proc/array.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> NOTE: I consider this to be a bug which breaks user-space, so I add -stable.
I'm not sure if this will fly since it's been broken for a very long
time, but it's a tiny change.
-Kees
--
Kees Cook
Chrome OS Security
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists