From: Zbigniew Jędrzejewski-Szmek Date: Wed, 17 Sep 2025 13:13:11 +0000 (+0200) Subject: systemd-sysext: introduce a global config (#38250) X-Git-Tag: v259-rc1~558 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5510a98fdaf75543f8336c500a1fd70dc966e1ad;p=thirdparty%2Fsystemd.git systemd-sysext: introduce a global config (#38250) This PR implements what is proposed in https://github.com/systemd/systemd/issues/37992. Having a global config file that supports the same cmdline options for sysext/confext allows the user to customize the behavior of systemd-sysext.service unit too, without the need of hacking the service manually. The global config will live in `CONF_PATHS_STRV()/systemd/{sysext/confext}.conf` and it will be overridden by cmdline, so it is possible to customize a run if `systemd-sysext` is executed manually. For now support `--mutable=` (`Mutable`) and `--image-policy=` (`ImagePolicy`). --- 5510a98fdaf75543f8336c500a1fd70dc966e1ad