Alun Evans writes:
> On Fri 27 Sep '19 at 07:46 ebied...@xmission.com (Eric W. Biederman) wrote:
>>
>> Alun Evans writes:
>>
>>> Hi Eric,
>>>
>>>
>>> On Tue, 19 Feb 2019, Eric W. Biederman wrote:
David Howells writes:
> Provide a system call to open a socket inside of a co
On Fri 27 Sep '19 at 07:46 ebied...@xmission.com (Eric W. Biederman) wrote:
>
> Alun Evans writes:
>
>> Hi Eric,
>>
>>
>> On Tue, 19 Feb 2019, Eric W. Biederman wrote:
>>>
>>> David Howells writes:
>>>
>>> > Provide a system call to open a socket inside of a container, using that
>>> > conta
Alun Evans writes:
> Hi Eric,
>
>
> On Tue, 19 Feb 2019, Eric W. Biederman wrote:
>>
>> David Howells writes:
>>
>> > Provide a system call to open a socket inside of a container, using that
>> > container's network namespace. This allows netlink to be used to manage
>> > the container.
>> >
>
David Howells writes:
> Provide a system call to open a socket inside of a container, using that
> container's network namespace. This allows netlink to be used to manage
> the container.
>
> fd = container_socket(int container_fd,
> int domain, int type, int pr
Provide a system call to open a socket inside of a container, using that
container's network namespace. This allows netlink to be used to manage
the container.
fd = container_socket(int container_fd,
int domain, int type, int protocol);
Signed-off-by: David
5 matches
Mail list logo