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




commit bbbc2b9ddbc6a28e42a25aaa2f31b900512d0444
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`

 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]