aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
parentprofile build tool (diff)
downloadfirejail-ec253a87c955982393d16ba06a3bb5bb27504ba4.tar.gz
firejail-ec253a87c955982393d16ba06a3bb5bb27504ba4.tar.zst
firejail-ec253a87c955982393d16ba06a3bb5bb27504ba4.zip
spelling
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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: