Re: [uml-user] SELinux inside a UML

2012-02-13 Thread Nicolas Greneche
Le 11/02/2012 13:03, richard -rw- weinberger a écrit : > On Thu, Feb 9, 2012 at 4:11 PM, Nicolas Greneche > wrote: >> Hi, >> >> I would like to create a SELinux aware UML. I compiled a ARCH=um kernel >> with SELinux activated. > > Are you sure? > Really sure ;) >> The UML starts but SELinux see

Re: [uml-user] SELinux inside a UML

2012-02-13 Thread richard -rw- weinberger
On Mon, Feb 13, 2012 at 10:52 AM, Nicolas Greneche wrote: > Le 11/02/2012 13:03, richard -rw- weinberger a écrit : > >> On Thu, Feb 9, 2012 at 4:11 PM, Nicolas Greneche >>  wrote: >>> >>> Hi, >>> >>> I would like to create a SELinux aware UML. I compiled a ARCH=um kernel >>> with SELinux activate

Re: [uml-user] SELinux inside a UML

2012-02-13 Thread Nicolas Greneche
Le 13/02/2012 11:34, richard -rw- weinberger a écrit : > On Mon, Feb 13, 2012 at 10:52 AM, Nicolas Greneche > wrote: >> Le 11/02/2012 13:03, richard -rw- weinberger a écrit : >> >>> On Thu, Feb 9, 2012 at 4:11 PM, Nicolas Greneche >>> wrote: Hi, I would like to create a SE

Re: [uml-user] uml stuck on "Locating the top of the address space"

2012-02-13 Thread Joakim Arfvidsson
To debug, I ran UML in gdb. It segfaulted once during finding the bottom limit, which is expected I guess. I then interrupted it a couple of times while hanging on finding the top. All interrupts hit the same line of code in task_size.c, so I think it's stuck on the single line. line 32 in http:/