From fd44af4fe7bf5cef65249d1e63a8f52433414b3c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 30 Aug 2023 09:58:15 -0400 Subject: [PATCH] osbuild.ostree.selinux: xref ostree issue for this We should drop this stage entirely once we have a way to force on selinux in ostree. --- stages/org.osbuild.ostree.selinux | 1 + 1 file changed, 1 insertion(+) diff --git a/stages/org.osbuild.ostree.selinux b/stages/org.osbuild.ostree.selinux index f0f716fb..d990a5e5 100755 --- a/stages/org.osbuild.ostree.selinux +++ b/stages/org.osbuild.ostree.selinux @@ -60,6 +60,7 @@ def main(tree, options): # is_selinux_enabled(2), which in our container is FALSE # Therefore we have to do the same dance as ostree does, at # least for now, and manually re-label the affected paths + # xref https://github.com/ostreedev/ostree/issues/2804 for a proper fix se_policy = None for p in ["etc/selinux", "usr/etc/selinux"]: