chiark / gitweb /
execute: don't fail child when we don't have privileges to setup namespaces
authorMichal Sekletar <msekleta@redhat.com>
Fri, 17 Oct 2014 09:51:46 +0000 (11:51 +0200)
committerMichal Sekletar <msekleta@redhat.com>
Fri, 17 Oct 2014 09:51:46 +0000 (11:51 +0200)
commit0015ebf3fa524d414a947bdf0814782a8ee00799
treef587cdb15c77b252b1def05574359c91fd50fdba
parentc32195e057e5bf903c2645e273ba82f32c0106d3
execute: don't fail child when we don't have privileges to setup namespaces

If we don't have privileges to setup the namespaces then we are most likely
running inside some sort of unprivileged container, hence not being able to
create namespace is not a problem because spawned service can't access host
system anyway.
src/core/execute.c