[PATCH] sandbox: Use dbus-launch instead of dbus-run-session

2016-09-18 Thread Laurent Bigonville
From: Laurent Bigonville According to dbus upstream: "dbus-launch is fairly horrible code, complicated by the historical need for it to support X11 autolaunching, so the D-Bus maintainers would like to move it out of the critical path and minimize its use."

sandox -X not working with recent Xephyr

2016-09-18 Thread Laurent Bigonville
Hi, It seems that sandbox -X is not working anymore on debian. Xephyr (1.18.4) is giving me the following error: _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. The X socket is not created inside the sandbox and then the application can obviously not connect

[PATCH] sandbox: Use GObject introspection binding instead of pygtk2

2016-09-18 Thread Laurent Bigonville
From: Laurent Bigonville sandbox command is also now using GTK 3.0 This patch comes from Fedora patch set --- policycoreutils/sandbox/sandbox | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/policycoreutils/sandbox/sandbox