diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-04 14:22:35 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-09 20:36:57 +0200 |
commit | 963157ca78429c51feb3103828d8cc94440956f3 (patch) | |
tree | 0b7f3b31166970d2b488b7b29a042ce14d9de80a /mkosi.conf.d/10-centos-fedora | |
parent | mkosi: Update to latest (diff) | |
download | systemd-963157ca78429c51feb3103828d8cc94440956f3.tar.xz systemd-963157ca78429c51feb3103828d8cc94440956f3.zip |
mkosi: Fix sections for settings
Upstream we moved settings around a bit to different sections, let's
adapt to those changes in the systemd repo.
Diffstat (limited to 'mkosi.conf.d/10-centos-fedora')
-rw-r--r-- | mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-selinux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-selinux.conf b/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-selinux.conf index 0a388f3c08..137130e569 100644 --- a/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-selinux.conf +++ b/mkosi.conf.d/10-centos-fedora/mkosi.conf.d/10-selinux.conf @@ -3,9 +3,6 @@ # libselinux does not work in the slightest with /usr-only images so don't install the packages if we're # building a /usr-only image. -[Match] -Profile=!particle - [Content] Packages= selinux-policy |