jail: actually apply filesystem-specific mount options
authorDaniel Golle <daniel@makrotopia.org>
Sun, 19 Jul 2020 23:30:06 +0000 (00:30 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 20 Jul 2020 03:20:21 +0000 (04:20 +0100)
commit686cf7a5a9f38afcc2df10f73875f43bc18a8dd2
tree79c436b346c159394ba7539dc7176e6fccfeee77
parent6f078ae8bbe62730f08dc6fca45b022d27102798
jail: actually apply filesystem-specific mount options

OCI supplied filesystems-specific mount options have not been stored
in the add_mount() function. strdup() them there and free the original
string in the OCI function.

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