From ba1c9b04cbb9057c08195fa6d44baf87f2d6d9c8 Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Mon, 10 Sep 2012 22:08:08 +0200 Subject: [PATCH] Correct selinux policy name: targetted -> targeted --- modules.html | 8 ++++---- rst/modules/selinux.rst | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules.html b/modules.html index 501ef9de765..ba73345b75e 100644 --- a/modules.html +++ b/modules.html @@ -1732,7 +1732,7 @@ will let you know when it is required.

policy yes   -name of the SELinux policy to use (example: ‘targetted’) +name of the SELinux policy to use (example: ‘targeted’) state yes @@ -1747,8 +1747,8 @@ will let you know when it is required.

Example from Ansible Playbooks:

-
selinux policy=targetted state=enforcing
-selinux policy=targetted state=disabled
+
selinux policy=targeted state=enforcing
+selinux policy=targeted state=disabled
@@ -2368,4 +2368,4 @@ yum name=httpd state=installed
- \ No newline at end of file + diff --git a/rst/modules/selinux.rst b/rst/modules/selinux.rst index 0cfce234d14..04b8d50ab1b 100644 --- a/rst/modules/selinux.rst +++ b/rst/modules/selinux.rst @@ -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