aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-02-26 07:40:15 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-02-26 07:40:15 -0500
commit9bb17798a44b68e32ea5acb2702c878f68919e0d (patch)
tree892be37a73c7729110de575a61493de041c39f14 /src/man
parentMerge pull request #4009 from Tomin1/protocol_list_improvements (diff)
downloadfirejail-9bb17798a44b68e32ea5acb2702c878f68919e0d.tar.gz
firejail-9bb17798a44b68e32ea5acb2702c878f68919e0d.tar.zst
firejail-9bb17798a44b68e32ea5acb2702c878f68919e0d.zip
mkdir/mkfile man pages
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 9e89d4e79..81bd5a049 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1105,6 +1105,26 @@ Example:
1105$ firejail \-\-machine-id 1105$ firejail \-\-machine-id
1106 1106
1107.TP 1107.TP
1108\fB\-\-mkdir=dirname
1109Create a directory in user home. Parent directories are created as needed.
1110.br
1111
1112.br
1113Example:
1114.br
1115$ firejail --mkdir=~/work/project
1116
1117.TP
1118\fB\-\-mkfile=filename
1119Create an empty file in user home.
1120.br
1121
1122.br
1123Example:
1124.br
1125$ firejail --mkfile=~/work/project/readme
1126
1127.TP
1108\fB\-\-memory-deny-write-execute 1128\fB\-\-memory-deny-write-execute
1109Install a seccomp filter to block attempts to create memory mappings 1129Install a seccomp filter to block attempts to create memory mappings
1110that are both writable and executable, to change mappings to be 1130that are both writable and executable, to change mappings to be