]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/nspawn/nspawn.c
nspawn: only copy syscall filters from settings if actually configured
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Nov 2021 17:26:53 +0000 (18:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Nov 2021 17:32:25 +0000 (18:32 +0100)
commit2d09ea44fcd7c13658bf2e706b4ecd6aba35bfbf
tree15febc6d1eb03041d77c50c6fdfb74e385800979
parent0cc3c9f997d0ea39f0309e74117a033635b2291f
nspawn: only copy syscall filters from settings if actually configured

As in the previous commit, let's not copy settings that aren#t
configured, so that --settings=override with an empty .nspawn file is
truly a NOP.
src/nspawn/nspawn.c