summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-09-17 09:58:18 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-09-17 09:58:18 -0400
commitec253a87c955982393d16ba06a3bb5bb27504ba4 (patch)
tree6b903026363d0b02f82b9c582db0757647d0afa0
parentprofile build tool (diff)
downloadfirejail-ec253a87c955982393d16ba06a3bb5bb27504ba4.tar.gz
firejail-ec253a87c955982393d16ba06a3bb5bb27504ba4.tar.zst
firejail-ec253a87c955982393d16ba06a3bb5bb27504ba4.zip
spelling
-rw-r--r--README.md2
-rw-r--r--src/man/firejail.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 19d86f855..08d2d55a2 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ $ firejail --build appname
104````` 104`````
105The command builds a whitelisted profile. If /usr/bin/strace is installed on the system, it also 105The command builds a whitelisted profile. If /usr/bin/strace is installed on the system, it also
106builds a whitelisted seccomp profile. The program is run in a very relaxed sandbox, 106builds a whitelisted seccomp profile. The program is run in a very relaxed sandbox,
107with only --caps.drop=all and --nonewprivs. Only programs that don't rise privileges are supported 107with only --caps.drop=all and --nonewprivs. Programs that raise user privileges are not supported
108in order to allow strace to run. Chromium and Chromium-based browsers will not work. 108in order to allow strace to run. Chromium and Chromium-based browsers will not work.
109 109
110Example: 110Example:
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 36ae3166b..f205bfa30 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -157,7 +157,7 @@ $ firejail \-\-blacklist=/home/username/My\\ Virtual\\ Machines
157\fB\-\-build 157\fB\-\-build
158The command builds a whitelisted profile. If /usr/bin/strace is installed on the system, it also 158The command builds a whitelisted profile. If /usr/bin/strace is installed on the system, it also
159builds a whitelisted seccomp profile. The program is run in a very relaxed sandbox, 159builds a whitelisted seccomp profile. The program is run in a very relaxed sandbox,
160with only --caps.drop=all and --nonewprivs. Only programs that don't rise privileges are supported 160with only --caps.drop=all and --nonewprivs. Programs that raise user privileges are not supported
161in order to allow strace to run. Chromium and Chromium-based browsers will not work. 161in order to allow strace to run. Chromium and Chromium-based browsers will not work.
162.br 162.br
163 163