Compare commits

..

2 commits

Author SHA1 Message Date
Hideki Saito
30a675775b
Merge 70680012db into 7e4d5dd7a9 2024-09-19 17:14:11 +09:00
Hideki Saito
70680012db
Fixed to set ACLs on paths mounted with NFSv4 correctly
* Fixed #240

Signed-off-by: Hideki Saito <saito@fgrep.org>
2024-09-19 17:09:43 +09:00

View file

@ -76,9 +76,7 @@ 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.
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)
- This feature only supports C(A) in ACE, so C(D) must be replaced with the appropriate C(A).
type: bool
default: false
recalculate_mask: