From: Daan De Meyer Date: Sun, 28 Sep 2025 18:40:00 +0000 (+0200) Subject: Do not relabel files when building extension image X-Git-Tag: v26~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23e6de66b2faae01f5de216f30fd50a408fddce;p=thirdparty%2Fmkosi.git Do not relabel files when building extension image We disable relabelling for the main image, let's make sure we disable it for the extension images we build as well. --- diff --git a/tests/test_extension.py b/tests/test_extension.py index 59f1f1a24..b205390ec 100644 --- a/tests/test_extension.py +++ b/tests/test_extension.py @@ -24,6 +24,7 @@ def test_extension(config: ImageConfig, format: OutputFormat) -> None: "--incremental=no", "--base-tree", Path(image.output_dir) / "image", "--overlay=yes", + "--selinux-relabel=no", "--package=lsof", f"--format={format}", ]