]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
lxc: Finer-grained config control
authorAlessandro Astone <ales.astone@gmail.com>
Thu, 22 Sep 2022 09:49:35 +0000 (11:49 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Thu, 22 Sep 2022 11:56:13 +0000 (13:56 +0200)
commit45ff58a6494a411788e6b4bbc6d1ca9735c5e018
treef005c404795c747688d0643866071a3f9c3b46b8
parent8dd2256d8513e6165a7993c3e03ed95344959e7b
lxc: Finer-grained config control

Split config files into snippets isolating new LXC features by version.
Move `seccomp.allow_nesting` to version 4 or higher.

NOTE: this currently assumes that new LXC versions will keep compatibility
with old config options. The only exception to this was LXC 1.x -> 2.x
data/configs/config_1
data/configs/config_2
data/configs/config_4 [new file with mode: 0644]
data/configs/config_base [new file with mode: 0644]
tools/helpers/lxc.py