diff mbox series

cil_access_vector_rules: fixes a typo

Message ID 20200910092905.800461-1-dominick.grift@defensec.nl (mailing list archive)
State Superseded
Delegated to: James Carter
Headers show
Series cil_access_vector_rules: fixes a typo | expand

Commit Message

Dominick Grift Sept. 10, 2020, 9:29 a.m. UTC
neverallows should be neverallowx

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
---
When I was verifying a suggestion that auditallowx and dontauditx does not work I found this typo.
auditallowx and dontauditx seem to not work.

 secilc/docs/cil_access_vector_rules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/secilc/docs/cil_access_vector_rules.md b/secilc/docs/cil_access_vector_rules.md
index 9c03c710..1eb33b2c 100644
--- a/secilc/docs/cil_access_vector_rules.md
+++ b/secilc/docs/cil_access_vector_rules.md
@@ -392,7 +392,7 @@  Note that these rules can be over-ridden by the CIL compiler command line parame
 </colgroup>
 <tbody>
 <tr class="odd">
-<td align="left"><p><code>neverallows</code></p></td>
+<td align="left"><p><code>neverallowx</code></p></td>
 <td align="left"><p>The <code>neverallowx</code> keyword.</p></td>
 </tr>
 <tr class="even">