]> git.ipfire.org Git - thirdparty/lxc.git/commit
container.conf: Fix option ordering in config_jump_table
authorMaximilian Blenk <Maximilian.Blenk@bmw.de>
Wed, 5 Feb 2020 18:19:05 +0000 (19:19 +0100)
committerMaximilian Blenk <Maximilian.Blenk@bmw.de>
Wed, 5 Feb 2020 18:28:35 +0000 (19:28 +0100)
commit9aee23ad1b96b8fbbaf11c6f4a77655b478fcc45
tree15dcab7b0eada68661fb9f473be376881da0fb06
parent52ab03ac1936f05a0e50143b7d1ba92f2722c484
container.conf: Fix option ordering in config_jump_table

Currently lxc.selinux.context.keyring is placed after
lxc.selinux.context in config_jump_table. This entails that if
lxc.selinux.context.keyring is specified, lxc.selinux.context will be
matched to that option. This commit places the
lxc.selinux.context.keyring before lxc.selinux.context

Signed-off-by: Maximilian Blenk <Maximilian.Blenk@bmw.de>
src/lxc/confile.c