summaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 5167a4c42..64565ab0b 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -87,6 +87,7 @@ Example: "include ${HOME}/myprofiles/profile1" will load "~/myprofiles/profile1"
87These profile entries define a chroot filesystem built on top of the existing 87These profile entries define a chroot filesystem built on top of the existing
88host filesystem. Each line describes a file element that is removed from 88host filesystem. Each line describes a file element that is removed from
89the filesystem (\fBblacklist\fR), a read-only file or directory (\fBread-only\fR), 89the filesystem (\fBblacklist\fR), a read-only file or directory (\fBread-only\fR),
90a filter for finer control of blacklisting (\fBnoblacklist\fR),
90a tmpfs mounted on top of an existing directory (\fBtmpfs\fR), 91a tmpfs mounted on top of an existing directory (\fBtmpfs\fR),
91or mount-bind a directory or file on top of another directory or file (\fBbind\fR). 92or mount-bind a directory or file on top of another directory or file (\fBbind\fR).
92Use \fBprivate\fR to set private mode. 93Use \fBprivate\fR to set private mode.
@@ -117,6 +118,14 @@ Remove ifconfig command from the regular path directories.
117\f\blacklist ${HOME}/.ssh 118\f\blacklist ${HOME}/.ssh
118Remove .ssh directory from user home directory. 119Remove .ssh directory from user home directory.
119.TP 120.TP
121\f\ noblacklist ${HOME}/config/evince
122Prevent any new blacklist commands from blacklisting
123config/evince in the user home directory. Useful for defining
124exceptions before including a large blacklist from a file. Note
125that blacklisting ${HOME}/config can still make
126${HOME}/config/evince effectively unreachable through filesystem
127traversal.
128.TP
120\f\private 129\f\private
121Mount new /root and /home/user directories in temporary 130Mount new /root and /home/user directories in temporary
122filesystems. All modifications are discarded when the sandbox is 131filesystems. All modifications are discarded when the sandbox is