aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-10-09 12:48:21 +0000
committerLibravatar GitHub <noreply@github.com>2021-10-09 12:48:21 +0000
commita28ca71716abd674e7af2d206eb2eab61cdba41c (patch)
treecaa3547771a384b576a449ff62292580e3821b49 /src/man
parentMerge pull request #4519 from rusty-snake/build-systems (diff)
parentAdd new condition ALLOW_TRAY (diff)
downloadfirejail-a28ca71716abd674e7af2d206eb2eab61cdba41c.tar.gz
firejail-a28ca71716abd674e7af2d206eb2eab61cdba41c.tar.zst
firejail-a28ca71716abd674e7af2d206eb2eab61cdba41c.zip
Merge pull request #4510 from rusty-snake/allow-tray-condition
Add new condition ALLOW_TRAY
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index a76fd3765..a1eccaa5e 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -174,7 +174,7 @@ Example: "?HAS_APPIMAGE: whitelist ${HOME}/special/appimage/dir"
174 174
175This example will load the whitelist profile line only if the \-\-appimage option has been specified on the command line. 175This example will load the whitelist profile line only if the \-\-appimage option has been specified on the command line.
176 176
177Currently the only conditionals supported this way are HAS_APPIMAGE, HAS_NET, HAS_NODBUS, HAS_NOSOUND, HAS_PRIVATE and HAS_X11. The conditionals BROWSER_DISABLE_U2F and BROWSER_ALLOW_DRM 177Currently the only conditionals supported this way are HAS_APPIMAGE, HAS_NET, HAS_NODBUS, HAS_NOSOUND, HAS_PRIVATE and HAS_X11. The conditionals ALLOW_TRAY, BROWSER_DISABLE_U2F and BROWSER_ALLOW_DRM
178can be enabled or disabled globally in Firejail's configuration file. 178can be enabled or disabled globally in Firejail's configuration file.
179 179
180The profile line may be any profile line that you would normally use in a profile \fBexcept\fR for "quiet" and "include" lines. 180The profile line may be any profile line that you would normally use in a profile \fBexcept\fR for "quiet" and "include" lines.