]> git.ipfire.org Git - pakfire.git/commit
execute: Split creation of namespaces into two steps
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Aug 2022 07:46:33 +0000 (07:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Aug 2022 07:46:33 +0000 (07:46 +0000)
commit76a1373f5ff9de8b1796853940f3ab49cfc9734b
treedab1cc52731d1c18ce4105122e1b5ca5eae665ff
parentaeb8806b0bbded79112c3f6b559c587b16535ee1
execute: Split creation of namespaces into two steps

This is needed to create a new user namespace first in which we can do
some first stage of initialization. Then, we will start a new process in
that new namespace which will finish initialization.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/execute.c