aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-11-07 08:04:49 -0500
committerLibravatar GitHub <noreply@github.com>2018-11-07 08:04:49 -0500
commit0fc095bf36dcab5810d111f2e12f52c0ed8c7f2e (patch)
tree090581f58608418ec301e9414b5679f3713f7ead /src/man/firejail-profile.txt
parentFixes for brave browser (diff)
parentAdd new config option to disable U2F in browsers, enabled by default (diff)
downloadfirejail-0fc095bf36dcab5810d111f2e12f52c0ed8c7f2e.tar.gz
firejail-0fc095bf36dcab5810d111f2e12f52c0ed8c7f2e.tar.zst
firejail-0fc095bf36dcab5810d111f2e12f52c0ed8c7f2e.zip
Merge pull request #2247 from SkewedZeppelin/u2f_cond
Add new config option to disable U2F in browsers, enabled by default
Diffstat (limited to 'src/man/firejail-profile.txt')
-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 e26b5f989..251346bd5 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 conditional supported is HAS_APPIMAGE. 97Currently the only conditionals supported are HAS_APPIMAGE 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