From 42c5485117184fd77b981b9067528a87794b3439 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 16 Nov 2023 20:20:23 +0100 Subject: [PATCH] Explicitly enable SELinux to avoid accidents and misunderstanding There's no need to do a build just for this. https://src.fedoraproject.org/rpms/bubblewrap/pull-request/1 --- bubblewrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubblewrap.spec b/bubblewrap.spec index 532623e..624e2ba 100644 --- a/bubblewrap.spec +++ b/bubblewrap.spec @@ -23,7 +23,7 @@ user namespaces. %autosetup %build -%meson -Dman=enabled +%meson -Dman=enabled -Dselinux=enabled %meson_build %install