]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
load-fragment: Fix config_parse_namespace_flags() for DelegateNamespaces= (#36633)
authorLuca Boccassi <bluca@debian.org>
Fri, 7 Mar 2025 11:58:13 +0000 (11:58 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Mar 2025 11:58:13 +0000 (11:58 +0000)
Boolean values have to be handled separately for RestrictNamespaces=
because
they get stored in a field with reverse meaning (which namespaces are
retained),
so let's check which field we're parsing and set the proper value
accordingly.


Trivial merge