Skip to content

Commit

Permalink
add documentation for facl defaults, in acl state
Browse files Browse the repository at this point in the history
  • Loading branch information
perfecto25 authored and dwoz committed Dec 10, 2023
1 parent 913c0f7 commit 84b8993
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions salt/states/linux_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
- acl_name: damian
- perms: rwx
Ensure a Linux ACL is present as a default for all new objects
.. code-block:: yaml
root:
acl.present:
- name: /root
- acl_type: "default:user"
- acl_name: damian
- perms: rwx
Ensure a Linux ACL does not exist
.. code-block:: yaml
Expand Down

0 comments on commit 84b8993

Please sign in to comment.