Re: [PATCH v3] kernel: Conditionally support non-root users, groups and capabilities

2015-02-11 Thread Iulia Manda
On 10 February 2015 at 02:33, Paul E. McKenney wrote: > On Mon, Feb 09, 2015 at 03:42:08PM -0800, j...@joshtriplett.org wrote: >> On Sun, Feb 08, 2015 at 10:05:25AM +0100, Geert Uytterhoeven wrote: >> > Thanks for the update! >> > >> > Acked-by: Geert Uytterhoeven >> See below. :) >> Thanks, Ge

Re: [PATCH v3] kernel: Conditionally support non-root users, groups and capabilities

2015-02-09 Thread Paul E. McKenney
On Mon, Feb 09, 2015 at 03:42:08PM -0800, j...@joshtriplett.org wrote: > On Sun, Feb 08, 2015 at 10:05:25AM +0100, Geert Uytterhoeven wrote: > > Thanks for the update! > > > > Acked-by: Geert Uytterhoeven > > Thanks, Geert! > > On Sun, Feb 08, 2015 at 08:02:17PM -0800, Paul E. McKenney wrote: >

Re: [PATCH v3] kernel: Conditionally support non-root users, groups and capabilities

2015-02-09 Thread josh
On Sun, Feb 08, 2015 at 10:05:25AM +0100, Geert Uytterhoeven wrote: > Thanks for the update! > > Acked-by: Geert Uytterhoeven Thanks, Geert! On Sun, Feb 08, 2015 at 08:02:17PM -0800, Paul E. McKenney wrote: > I presume that v4 will have your Signed-off-by. ;-) > > Testing on my rcutorture set

Re: [PATCH v3] kernel: Conditionally support non-root users, groups and capabilities

2015-02-08 Thread Paul E. McKenney
On Fri, Feb 06, 2015 at 02:03:56AM +0200, Iulia Manda wrote: > There are a lot of embedded systems that run most or all of their > functionality > in init, running as root:root. For these systems, supporting multiple users is > not necessary. > > This patch adds a new symbol, CONFIG_MULTIUSER, th

Re: [PATCH v3] kernel: Conditionally support non-root users, groups and capabilities

2015-02-08 Thread Geert Uytterhoeven
Hi Iulia, On Fri, Feb 6, 2015 at 2:10 PM, Iulia Manda wrote: > On 6 February 2015 at 02:03, Iulia Manda wrote: >> There are a lot of embedded systems that run most or all of their >> functionality >> in init, running as root:root. For these systems, supporting multiple users >> is >> not neces

Re: [PATCH v3] kernel: Conditionally support non-root users, groups and capabilities

2015-02-06 Thread Iulia Manda
On 6 February 2015 at 02:03, Iulia Manda wrote: > There are a lot of embedded systems that run most or all of their > functionality > in init, running as root:root. For these systems, supporting multiple users is > not necessary. > > This patch adds a new symbol, CONFIG_MULTIUSER, that makes supp

[PATCH v3] kernel: Conditionally support non-root users, groups and capabilities

2015-02-05 Thread Iulia Manda
There are a lot of embedded systems that run most or all of their functionality in init, running as root:root. For these systems, supporting multiple users is not necessary. This patch adds a new symbol, CONFIG_MULTIUSER, that makes support for non-root users, non-root groups, and capabilities opt