nspawn: rework how arg_read_only is initialized in --volatile= mode
authorLennart Poettering <lennart@poettering.net>
Fri, 21 Dec 2018 22:37:00 +0000 (23:37 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2019 13:11:07 +0000 (14:11 +0100)
commite5a4bb0d4e73079f9d553b1aeb0692e36554d3ca
tree0956584bdf5c8d21c3c9e6fec36bacbd04af5869
parent83205269c0f269a64143012604357d607ef8d142
nspawn: rework how arg_read_only is initialized in --volatile= mode

Previously, we'd refuse the combination, and claimed we'd imply it, but
actually didn't. Let's allow the combination and imply read-only from
--volatile=, because that's what's documented, what we claim we do, and
what makes sense.
src/nspawn/nspawn.c