summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-25 12:04:59 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-25 12:04:59 -0400
commitc10766c01947793679462beb998ccde6e37107b7 (patch)
treebddbfdd9bcfbe7ad4254c699d09dc16d7e1d5f6c /README.md
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-c10766c01947793679462beb998ccde6e37107b7.tar.gz
firejail-c10766c01947793679462beb998ccde6e37107b7.tar.zst
firejail-c10766c01947793679462beb998ccde6e37107b7.zip
allusers support in profile files
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 944cd41ca..64a67bf63 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,24 @@ FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
43 specified in ${XAUTHORITY} enviroment variable. Remove DISPLAY and 43 specified in ${XAUTHORITY} enviroment variable. Remove DISPLAY and
44 XAUTHORITY enviroment variables. Stop with error message if X11 44 XAUTHORITY enviroment variables. Stop with error message if X11
45 abstract socket will be accessible in jail. 45 abstract socket will be accessible in jail.
46
47 --put=name|pid src-filename dest-filename
48 Put src-filename in sandbox container. The container is specified by name or PID.
49
50 --allusers
51 All user home directories are visible inside the sandbox. By default, only current user home
52 directory is visible.
53
54 Example:
55 $ firejail --allusers
56
57 --join-or-start=name
58 Join the sandbox identified by name or start a new one. Same as "firejail --join=name" if
59 sandbox with specified name exists, otherwise same as "firejail --name=name ..."
60 Note that in contrary to other join options there is respective profile option.
61
46````` 62`````
47 63
48## New profile commands 64## New profile commands
49 65
50x11 xpra, x11 xephyr, x11 block \ No newline at end of file 66x11 xpra, x11 xephyr, x11 block, allusers, join-or-start