[gnome-continuous] Actually disable selinux support in Nautilus
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Actually disable selinux support in Nautilus
- Date: Thu, 3 Dec 2015 15:47:52 +0000 (UTC)
commit c935548199f93ef321220ed834d1b3bce58a69e4
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Dec 3 15:47:04 2015 +0000
Actually disable selinux support in Nautilus
Instead of adding a random option to tracker because grep stopped there
first.
manifest.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index aaf7a55..5ae82c7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -836,8 +836,7 @@
"--disable-tracker-preferences",
"--disable-tracker-search-bar",
"--disable-tracker-explorer",
- "--with-unicode-support=libicu",
- "--disable-selinux"]},
+ "--with-unicode-support=libicu"]},
{"src": "gnome:dconf",
"config-opts": ["--disable-man", "--disable-editor"]},
@@ -1146,7 +1145,8 @@
"config-opts": ["--disable-documentation"],
"component": "devel"},
- {"src": "gnome:nautilus"},
+ {"src": "gnome:nautilus",
+ "config-opts": ["--disable-selinux"]},
{"src": "gnome:gedit",
"config-opts": ["--enable-python=no",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]