Compare commits

..

2 commits

Author SHA1 Message Date
Hideki Saito
9ba556a732
Merge c353e43a90 into 7e4d5dd7a9 2024-09-20 01:10:28 +00:00
Hideki Saito
c353e43a90
Fixed to set ACLs on paths mounted with NFSv4 correctly
* Fixed #240

Signed-off-by: Hideki Saito <saito@fgrep.org>
2024-09-20 10:10:15 +09:00

View file

@ -76,7 +76,9 @@ options:
description:
- Use NFSv4 ACLs instead of POSIX ACLs.
- This feature uses C(nfs4_setfacl) and C(nfs4_getfacl). The behavior depends on those implementation.
- This feature only supports C(A) in ACE, so C(D) must be replaced with the appropriate C(A).
And currently it only supports C(A) in ACE, so C(D) must be replaced with the appropriate C(A).
- Permission is set as optimised ACLs by the system. You can check the actual ACLs that has been set using the return value.
- More info C(man nfs4_setfacl)
type: bool
default: false
recalculate_mask: