[gnome-continuous] Disable selinux support in nautilus



commit 50cbda66bc630b676c1f9549104b14b4973964b0
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Dec 3 15:32:35 2015 +0000

    Disable selinux support in nautilus
    
    The SELinux support has to be explicitly disabled, instead of implicitly
    enabled.

 manifest.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index bfb8ee1..aaf7a55 100644
--- a/manifest.json
+++ b/manifest.json
@@ -836,7 +836,8 @@
                                 "--disable-tracker-preferences",
                                 "--disable-tracker-search-bar",
                                 "--disable-tracker-explorer",
-                                "--with-unicode-support=libicu"]},
+                                "--with-unicode-support=libicu",
+                                 "--disable-selinux"]},
 
                {"src": "gnome:dconf",
                 "config-opts": ["--disable-man", "--disable-editor"]},


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