mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
disable idbus fix for network namespaces
This commit is contained in:
parent
6b2a015576
commit
d64fc92b4c
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
//****************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue