Re: [PATCH] proc: pid/status: show all supplementary groups

2012-11-09 Thread Kees Cook
On Fri, Nov 9, 2012 at 5:31 AM, Artem Bityutskiy wrote: > From: Artem Bityutskiy > > We display a list of supplementary group for each process in the > /proc//status. However, we show only the first 32 groups, not all of > them. > > Although this is rare, but sometimes processes do have more

Re: [PATCH] proc: pid/status: show all supplementary groups

2012-11-09 Thread Serge Hallyn
Quoting Artem Bityutskiy (dedeki...@gmail.com): > From: Artem Bityutskiy > > We display a list of supplementary group for each process in the > /proc//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 >

[PATCH] proc: pid/status: show all supplementary groups

2012-11-09 Thread Artem Bityutskiy
From: Artem Bityutskiy We display a list of supplementary group for each process in the /proc//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

[PATCH] proc: pid/status: show all supplementary groups

2012-11-09 Thread Artem Bityutskiy
From: Artem Bityutskiy artem.bityuts...@linux.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

Re: [PATCH] proc: pid/status: show all supplementary groups

2012-11-09 Thread Serge Hallyn
Quoting Artem Bityutskiy (dedeki...@gmail.com): From: Artem Bityutskiy artem.bityuts...@linux.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

Re: [PATCH] proc: pid/status: show all supplementary groups

2012-11-09 Thread Kees Cook
On Fri, Nov 9, 2012 at 5:31 AM, Artem Bityutskiy dedeki...@gmail.com wrote: From: Artem Bityutskiy artem.bityuts...@linux.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