[gnome-build-meta/valentindavid/libostree-no-selinux: 4/4] libostree: Disable selinux




commit 4d49f5c198eb870c7cc5618a93ef2505064b04c5
Author: Valentin David <me valentindavid com>
Date:   Fri Jul 22 01:00:35 2022 +0200

    libostree: Disable selinux
    
    It seems updates do not work when selinux is enabled in libostree. It
    fails with:
    `bwrap: execvp semodule: No such file or directory`
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1679>

 elements/core-deps/libostree.bst | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/elements/core-deps/libostree.bst b/elements/core-deps/libostree.bst
index d4bfe9f7b..f1a9acbe1 100644
--- a/elements/core-deps/libostree.bst
+++ b/elements/core-deps/libostree.bst
@@ -31,6 +31,7 @@ variables:
     --with-systemd
     --with-libarchive
     --with-avahi
+    --without-selinux
 
 public:
   bst:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]