Update ACL documentation

Update ACL documentation to describe support for the `X` permission for the `setfacl` command.
This commit is contained in:
Matt Perry 2021-02-25 11:40:32 -08:00
parent e1dad76ccb
commit 3043f737a0
No known key found for this signature in database
GPG key ID: A1CA00C333704D88
2 changed files with 2 additions and 2 deletions

View file

@ -157,7 +157,7 @@ Parameters
<td>
</td>
<td>
<div>The permissions to apply/remove can be any combination of <code>r</code>, <code>w</code> and <code>x</code> (read, write and execute respectively)</div>
<div>The permissions to apply/remove can be any combination of <code>r</code>, <code>w</code>, <code>x</code> (read, write and execute respectively), and <code>X</code> (execute permission if the file is a directory or already has execute permission for some user)</div>
</td>
</tr>
<tr>

View file

@ -48,7 +48,7 @@ options:
choices: [ group, mask, other, user ]
permissions:
description:
- The permissions to apply/remove can be any combination of C(r), C(w) and C(x) (read, write and execute respectively)
- The permissions to apply/remove can be any combination of C(r), C(w), C(x) (read, write and execute respectively), and C(X) (execute permission if the file is a directory or already has execute permission for some user)
entry:
description:
- DEPRECATED.