diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-03 21:09:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-03 21:51:28 +0100 |
commit | cfb1f5df7ce6868d3edb7333591b91c9809d64d3 (patch) | |
tree | 44a3419d44887d8e5d046a1c54c69e624c0a5d42 /man | |
parent | 875c2e220e2611165e09051c4747971811f1de58 (diff) |
core: introduce ConditionSecurity=audit
And conditionalize journald audit support with it
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 803eff24aa..6d4c5c11eb 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1080,14 +1080,15 @@ <para><varname>ConditionSecurity=</varname> may be used to check whether the given security module is enabled on the - system. Currently the recognized values - values are <varname>selinux</varname>, + system. Currently the recognized + values values are + <varname>selinux</varname>, <varname>apparmor</varname>, - <varname>ima</varname> and - <varname>smack</varname>. - The test may be negated by prepending - an exclamation - mark.</para> + <varname>ima</varname>, + <varname>smack</varname> and + <varname>audit</varname>. The test may + be negated by prepending an + exclamation mark.</para> <para><varname>ConditionCapability=</varname> may be used to check whether the given |