diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2013-05-07 13:21:46 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-08 22:24:37 -0400 |
commit | b62ee5249da92ff8960322eab770f742425831e3 (patch) | |
tree | c9136bb5df6bb9168d2f2cdd5c5543faeaa32222 /man/systemd.unit.xml | |
parent | 539e0a4d583bca7db837275b07a20a933b7f8f83 (diff) |
condition, man: Add support for ConditionSecurity=smack
According to Documentation/security/Smack.txt:
In keeping with the intent of Smack, configuration data is minimal
and not strictly required. The most important configuration step is
mounting the smackfs pseudo filesystem.
This means that checking the mount point should be enough.
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 49103dad56..c56837a6e5 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -984,8 +984,9 @@ may be used to check whether the given security module is enabled on the system. Currently the only recognized - values are <varname>selinux</varname> - and <varname>apparmor</varname>. + values are <varname>selinux</varname>, + <varname>apparmor</varname>, and + <varname>smack</varname>. The test may be negated by prepending an exclamation mark.</para> |