From d64fc92b4cc042b84526308fc279d3937c0374cd Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 5 Nov 2015 08:42:21 -0500 Subject: disable idbus fix for network namespaces --- src/firejail/sandbox.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c index d0aaa214e..81d09ed34 100644 --- a/src/firejail/sandbox.c +++ b/src/firejail/sandbox.c @@ -166,7 +166,11 @@ int sandbox(void* sandbox_arg) { } // load IBUS env variables - env_ibus_load(); + if (arg_nonetwork || any_bridge_configured() || any_interface_configured()) { + // do nothing - there are problems with ibus version 1.5.11 + } + else + env_ibus_load(); // grab a copy of cp command fs_build_cp_command(); @@ -285,7 +289,7 @@ int sandbox(void* sandbox_arg) { pulseaudio_disable(); else pulseaudio_init(); - + //**************************** // networking //**************************** -- cgit v1.2.3-70-g09d2