summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-11-28 20:33:53 +0100
committerLennart Poettering <lennart@poettering.net>2020-12-03 12:03:58 +0100
commitbce334a31ce59f63e79192542c0c1313714b663d (patch)
treed0d1ed95ee771c3f420fb5a0d68675ed421ae605 /man/systemd.unit.xml
parent7509c7fdf94df385661ab9818df0dc5f0a3b7247 (diff)
downloadsystemd-bce334a31ce59f63e79192542c0c1313714b663d.tar.gz
core: add ConditionSecurity=tpm2 support
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r--man/systemd.unit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index b7dbbe309e..2fdc0d5832 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1257,9 +1257,9 @@
<listitem><para><varname>ConditionSecurity=</varname> may be used to check whether the given
security technology is enabled on the system. Currently, the recognized values are
<literal>selinux</literal>, <literal>apparmor</literal>, <literal>tomoyo</literal>,
- <literal>ima</literal>, <literal>smack</literal>, <literal>audit</literal> and
- <literal>uefi-secureboot</literal>. The test may be negated by prepending an exclamation
- mark.</para>
+ <literal>ima</literal>, <literal>smack</literal>, <literal>audit</literal>,
+ <literal>uefi-secureboot</literal> and <literal>tpm2</literal>. The test may be negated by prepending
+ an exclamation mark.</para>
</listitem>
</varlistentry>