From 460bb2abbe70834d65e9be04edbb2f8e05249111 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 26 Feb 2016 20:13:54 -0500 Subject: x11 support --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e528beefa..17662facc 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,18 @@ FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/ ````` +## X11 sandboxing support + +X11 support is built around Xpra (http://xpra.org/). +So far I've seen it working on Debian 7 and 8, and Ubuntu 14.04. If you manage to run it on another +distribution, please let me know. Example: +````` +$ firejail --x11 --net=eth0 firefox +````` +--x11 starts the server, --net is required in order to remove the main X11 server socket from the sandbox. +More information here: https://firejail.wordpress.com/documentation-2/x11-guide/ + + ## Default seccomp filter update Currently 50 syscalls are blacklisted by default, out of a total of 318 calls (AMD64, Debian Jessie). -- cgit v1.2.3-54-g00ecf