jail: actually chdir into OCI defined CWD
authorDaniel Golle <daniel@makrotopia.org>
Mon, 13 Jul 2020 11:11:32 +0000 (12:11 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 13 Jul 2020 11:14:49 +0000 (12:14 +0100)
commit83f4b72ab196d418b9b1edd0655a9a96acfa753b
tree720eef0b1dd37f08647f3b4f57eee6e10b52afc6
parent42a6217d42f9305f5b25a93188fed480ae4abc3d
jail: actually chdir into OCI defined CWD

Current working directory was parsed by never applied. Apply it just
before executing user process.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
jail/jail.c