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

@@ -1732,7 +1732,7 @@ will let you know when it is required.</p>
<tr class="row-even"><td>policy</td>
<td>yes</td>
<td>&nbsp;</td>
<td>name of the SELinux policy to use (example: &#8216;targetted&#8217;)</td>
<td>name of the SELinux policy to use (example: &#8216;targeted&#8217;)</td>
</tr>
<tr class="row-odd"><td>state</td>
<td>yes</td>
@@ -1747,8 +1747,8 @@ will let you know when it is required.</p>
</tbody>
</table>
<p>Example from Ansible <a class="reference internal" href="playbooks.html"><em>Playbooks</em></a>:</p>
<div class="highlight-python"><pre>selinux policy=targetted state=enforcing
selinux policy=targetted state=disabled</pre>
<div class="highlight-python"><pre>selinux policy=targeted state=enforcing
selinux policy=targeted state=disabled</pre>
</div>
</div>
<div class="section" id="setup">
@@ -2368,4 +2368,4 @@ yum name=httpd state=installed</pre>
</div>
</footer>
</body>
</html>
</html>