From: Daan De Meyer Date: Sat, 13 Apr 2024 18:23:33 +0000 (+0200) Subject: Disable SELinux relabeling for tools tree X-Git-Tag: v23~4^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05e7a29d60fb7ac0a657e62eabc1d835717dcf3;p=thirdparty%2Fmkosi.git Disable SELinux relabeling for tools tree policycoreutils in centos pulls in the policy as a dependency, so we end up doing the relabel. Let's make sure we don't by explicitly disabling it. --- diff --git a/mkosi/resources/mkosi-tools/mkosi.conf b/mkosi/resources/mkosi-tools/mkosi.conf index b97e15cd6..2f33a2485 100644 --- a/mkosi/resources/mkosi-tools/mkosi.conf +++ b/mkosi/resources/mkosi-tools/mkosi.conf @@ -36,3 +36,4 @@ Packages= virtiofsd xfsprogs zstd +SELinuxRelabel=no