From 89535f782c19fd8396fd013d4b38d746f3faed95 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 24 Feb 2016 12:55:06 -0500 Subject: x11 work --- src/man/firejail.txt | 15 +++++++++++++++ src/man/firemon.txt | 4 ++++ 2 files changed, 19 insertions(+) (limited to 'src/man') diff --git a/src/man/firejail.txt b/src/man/firejail.txt index 681a105af..c6931af12 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -1505,6 +1505,20 @@ $ firejail \-\-whitelist=~/.mozilla \-\-whitelist=~/Downloads $ firejail \-\-whitelist=/tmp/.X11-unix --whitelist=/dev/null .br $ firejail "\-\-whitelist=/home/username/My Virtual Machines" + +.TP +\fB\-\-x11 +Start a new X11 server using Xpra (http://xpra.org) and attach the sandbox to this server. +Xpra is a persistent remote display server and client for forwarding X11 applications and desktop screens. +The regular X11 server (display 0) is not visible in the sandbox. This prevents screenshot and keylogger +applications started in the sandbox from accessing display 0. +.br + +.br +Example: +.br +$ firejail \-\-x11 firefox + .TP \fB\-\-zsh Use /usr/bin/zsh as default user shell. @@ -1514,6 +1528,7 @@ Use /usr/bin/zsh as default user shell. Example: .br $ firejail \-\-zsh + .SH TRAFFIC SHAPING Network bandwidth is an expensive resource shared among all sandboxes running on a system. Traffic shaping allows the user to increase network performance by controlling diff --git a/src/man/firemon.txt b/src/man/firemon.txt index 2a69b1de5..88b2ce59f 100644 --- a/src/man/firemon.txt +++ b/src/man/firemon.txt @@ -51,6 +51,10 @@ Print a tree of all sandboxed processes. \fB\-\-version Print program version and exit. +.TP +\fB\-\-x11 +Print X11 display number. + .PP Option \-\-list prints a list of all sandboxes. The format for each entry is as follows: -- cgit v1.2.3-54-g00ecf