aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 5daca8abd..ca7b52a51 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -87,6 +87,18 @@ Example: "blacklist ~/My Virtual Machines"
87\fB# this is a comment 87\fB# this is a comment
88 88
89.TP 89.TP
90\fB?CONDITIONAL: profile line
91Conditionally add profile line.
92
93Example: "?HAS_APPIMAGE: whitelist ${HOME}/special/appimage/dir"
94
95This example will load the whitelist profile line only if the \-\-appimage option has been specified on the command line.
96
97Currently the only conditional supported is HAS_APPIMAGE.
98
99The profile line may be any profile line that you would normally use in a profile \fBexcept\fR for "quiet" and "include" lines.
100
101.TP
90\fBinclude other.profile 102\fBinclude other.profile
91Include other.profile file. 103Include other.profile file.
92 104