From 18ee4e15554aa486dd9bdc18f578af7f9d917334 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 15 Mar 2020 10:34:51 +0100 Subject: new condition: HAS_NOSOUND --- src/man/firejail-profile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/man/firejail-profile.txt') diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt index 84aed41a4..9af25bf63 100644 --- a/src/man/firejail-profile.txt +++ b/src/man/firejail-profile.txt @@ -103,7 +103,7 @@ Example: "?HAS_APPIMAGE: whitelist ${HOME}/special/appimage/dir" This example will load the whitelist profile line only if the \-\-appimage option has been specified on the command line. -Currently the only conditionals supported this way are HAS_APPIMAGE, HAS_NET, HAS_NODBUS and HAS_X11. The conditionals BROWSER_DISABLE_U2F and BROWSER_ALLOW_DRM +Currently the only conditionals supported this way are HAS_APPIMAGE, HAS_NET, HAS_NODBUS, HAS_NOSOUND and HAS_X11. The conditionals BROWSER_DISABLE_U2F and BROWSER_ALLOW_DRM can be enabled or disabled globally in Firejail's configuration file. The profile line may be any profile line that you would normally use in a profile \fBexcept\fR for "quiet" and "include" lines. -- cgit v1.2.3-54-g00ecf