diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-04-03 18:17:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-03 22:16:50 +0200 |
commit | 69528c31c64963a1279123fb17d00334c1655cd1 (patch) | |
tree | 47080f9e6e6d43aefb6c8622317c7a79c436745f /man/systemd.unit.xml | |
parent | 07e833bc1d60e282b062eb205bb13215dc0e8cdf (diff) |
man: document ConditionSecurity
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 47ddece314..73968067a1 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -565,6 +565,7 @@ <term><varname>ConditionDirectoryNotEmpty=</varname></term> <term><varname>ConditionKernelCommandLine=</varname></term> <term><varname>ConditionVirtualization=</varname></term> + <term><varname>ConditionSecurity=</varname></term> <term><varname>ConditionNull=</varname></term> <listitem><para>Before starting a unit @@ -628,6 +629,13 @@ <varname>openvz</varname> to test against a specific implementation. The 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, <varname>ConditionNull=</varname> may be used to add a constant condition |