mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-08 14:22:54 +00:00
Update ACL documentation
Update ACL documentation to describe support for the `X` permission for the `setfacl` command.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user