mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
man: document ConditionSecurity
This commit is contained in:
parent
07e833bc1d
commit
69528c31c6
@ -565,6 +565,7 @@
|
|||||||
<term><varname>ConditionDirectoryNotEmpty=</varname></term>
|
<term><varname>ConditionDirectoryNotEmpty=</varname></term>
|
||||||
<term><varname>ConditionKernelCommandLine=</varname></term>
|
<term><varname>ConditionKernelCommandLine=</varname></term>
|
||||||
<term><varname>ConditionVirtualization=</varname></term>
|
<term><varname>ConditionVirtualization=</varname></term>
|
||||||
|
<term><varname>ConditionSecurity=</varname></term>
|
||||||
<term><varname>ConditionNull=</varname></term>
|
<term><varname>ConditionNull=</varname></term>
|
||||||
|
|
||||||
<listitem><para>Before starting a unit
|
<listitem><para>Before starting a unit
|
||||||
@ -628,6 +629,13 @@
|
|||||||
<varname>openvz</varname> to test
|
<varname>openvz</varname> to test
|
||||||
against a specific implementation. The
|
against a specific implementation. The
|
||||||
test may be negated by prepending an
|
test may be negated by prepending an
|
||||||
|
exclamation mark.
|
||||||
|
<varname>ConditionSecurity=</varname>
|
||||||
|
may be used to check whether the given security
|
||||||
|
module is enabled on the system.
|
||||||
|
Currently the only recognized value is
|
||||||
|
<varname>SELinux</varname>.
|
||||||
|
The test may be negated by prepending an
|
||||||
exclamation mark. Finally,
|
exclamation mark. Finally,
|
||||||
<varname>ConditionNull=</varname> may
|
<varname>ConditionNull=</varname> may
|
||||||
be used to add a constant condition
|
be used to add a constant condition
|
||||||
|
Loading…
Reference in New Issue
Block a user