aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.1.in')
-rw-r--r--src/man/firejail.1.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firejail.1.in b/src/man/firejail.1.in
index 19fc94ebd..ee4adf5b8 100644
--- a/src/man/firejail.1.in
+++ b/src/man/firejail.1.in
@@ -2263,6 +2263,18 @@ All modifications are discarded when the sandbox is closed.
2263Example: 2263Example:
2264.br 2264.br
2265$ firejail --private-opt=firefox /opt/firefox/firefox 2265$ firejail --private-opt=firefox /opt/firefox/firefox
2266.br
2267
2268.br
2269Note: Program installations in /opt tend to be relatively large and private-opt
2270copies the entire path(s) into RAM, which may significantly increase RAM usage
2271and break \fBfile-copy-limit\fR in firejail.config.
2272Therefore, in general it is recommended to use "whitelist /opt/PATH" instead of
2273"private-opt PATH".
2274For details, see
2275.UR https://github.com/netblue30/firejail/discussions/5307
2276#5307
2277.UE
2266 2278
2267.TP 2279.TP
2268\fB\-\-private-srv=file,directory 2280\fB\-\-private-srv=file,directory