"Thompson, David" skribis:
> On Tue, Jul 7, 2015 at 9:35 AM, Ludovic Courtès wrote:
>> David Thompson skribis:
>>
>>> From: David Thompson
>>>
>>> * guix/build/syscalls.scm (pivot-root): New procedure.
>>> * tests/syscalls.scm: Test it.
>>
>> [...]
>>
>>> +(test-assert "pivot-root"
>>> + (mat
On Tue, Jul 7, 2015 at 9:35 AM, Ludovic Courtès wrote:
> David Thompson skribis:
>
>> From: David Thompson
>>
>> * guix/build/syscalls.scm (pivot-root): New procedure.
>> * tests/syscalls.scm: Test it.
>
> [...]
>
>> +(test-assert "pivot-root"
>> + (match (pipe)
>> +((in . out)
>> + (ma
David Thompson skribis:
> From: David Thompson
>
> * guix/build/syscalls.scm (pivot-root): New procedure.
> * tests/syscalls.scm: Test it.
[...]
> +(test-assert "pivot-root"
> + (match (pipe)
> +((in . out)
> + (match (clone (logior CLONE_NEWUSER CLONE_NEWNS))
> + (0
> +