aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2018-10-10 04:45:48 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2018-10-16 03:24:54 -0500
commitb9e74120dd771e077c29355192827b12fc15a631 (patch)
tree0ebe50cac7a97df7de868559d5152654e7c4eae9 /src/man/firejail-profile.txt
parentAdd support for rudimentary conditionals in profiles, currently only the HAS_... (diff)
downloadfirejail-b9e74120dd771e077c29355192827b12fc15a631.tar.gz
firejail-b9e74120dd771e077c29355192827b12fc15a631.tar.zst
firejail-b9e74120dd771e077c29355192827b12fc15a631.zip
Update documentation for profile conditionals.
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