aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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: