Correct selinux policy name: targetted -> targeted

This commit is contained in:
Maxim Burgerhout
2012-09-10 22:08:08 +02:00
parent df779decf6
commit ba1c9b04cb
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ will let you know when it is required.
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
| parameter | required | default | comments |
+====================+==========+=====================+============================================================================+
| policy | yes | | name of the SELinux policy to use (example: 'targetted') |
| policy | yes | | name of the SELinux policy to use (example: 'targeted') |
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
| state | yes | | the SELinux mode. 'enforcing', 'permissive', or 'disabled' |
+--------------------+----------+---------------------+----------------------------------------------------------------------------+
@@ -20,6 +20,6 @@ will let you know when it is required.
Example from Ansible :doc:`playbooks`::
selinux policy=targetted state=enforcing
selinux policy=targetted state=disabled
selinux policy=targeted state=enforcing
selinux policy=targeted state=disabled