aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-12-07 16:08:10 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2018-12-07 16:08:10 +0100
commit4292f8ab6fcb53d4036e0b2c2cd55debf2a50298 (patch)
treec0f5dade68b5f5e826090a38c61b7707de717196 /src/man
parentmerges (diff)
downloadfirejail-4292f8ab6fcb53d4036e0b2c2cd55debf2a50298.tar.gz
firejail-4292f8ab6fcb53d4036e0b2c2cd55debf2a50298.tar.zst
firejail-4292f8ab6fcb53d4036e0b2c2cd55debf2a50298.zip
add HAS_NODBUS conditional, ${RUNUSER} makro
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 4e22796c9..dde815d05 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -94,7 +94,7 @@ Example: "?HAS_APPIMAGE: whitelist ${HOME}/special/appimage/dir"
94 94
95This example will load the whitelist profile line only if the \-\-appimage option has been specified on the command line. 95This example will load the whitelist profile line only if the \-\-appimage option has been specified on the command line.
96 96
97Currently the only conditionals supported are HAS_APPIMAGE and BROWSER_DISABLE_U2F. 97Currently the only conditionals supported are HAS_APPIMAGE, HAS_NODBUS and BROWSER_DISABLE_U2F.
98 98
99The profile line may be any profile line that you would normally use in a profile \fBexcept\fR for "quiet" and "include" lines. 99The profile line may be any profile line that you would normally use in a profile \fBexcept\fR for "quiet" and "include" lines.
100 100