aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2019-04-13 10:27:47 -0400
committerLibravatar Tad <tad@spotco.us>2019-04-13 14:37:02 -0400
commitab78a250dbf889898427f46f52260425ccc8eda5 (patch)
treeac2c49207d51f3779ebbd83098fbd8cab7adb27f /src/man
parentFixes https://github.com/netblue30/firejail/issues/2547 (#2648) (diff)
downloadfirejail-ab78a250dbf889898427f46f52260425ccc8eda5.tar.gz
firejail-ab78a250dbf889898427f46f52260425ccc8eda5.tar.zst
firejail-ab78a250dbf889898427f46f52260425ccc8eda5.zip
Add a conditional to control DRM/noexec exception for browsers
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 dde815d05..20b547355 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, HAS_NODBUS and BROWSER_DISABLE_U2F. 97Currently the only conditionals supported are HAS_APPIMAGE, HAS_NODBUS, BROWSER_DISABLE_U2F, and BROWSER_ALLOW_DRM.
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