]> git.ipfire.org Git - thirdparty/lxc.git/commit
mkdir -p /proc /sys on container startup 3634/head
authorMotiejus Jakštys <motiejus@jakstys.lt>
Tue, 26 Jan 2021 18:35:29 +0000 (20:35 +0200)
committerMotiejus Jakštys <motiejus@uber.com>
Wed, 27 Jan 2021 10:19:15 +0000 (12:19 +0200)
commit493e00b68da4c87a15f431d0a35b3c8f89eba1ad
treef1f661bde7684b485e3e7df2fda738a4461b5ec6
parent2c64170505bf9dfa640856621e631f601c82eb7b
mkdir -p /proc /sys on container startup

some containers don't have it, and strange things happen.

Signed-off-by: Motiejus Jakštys <motiejus@jakstys.lt>
src/lxc/conf.c
src/tests/Makefile.am
src/tests/lxc-test-procsys [new file with mode: 0755]