File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ body perms null_perms_body {
264
264
## Bug #4862: Recursive ACLs not working by default only with perms
265
265
##
266
266
## Dummy perms body is used as otherwise ACLs are not applied recursively
267
- rxdirs => "true";
267
+ rxdirs => "false"; # This is the default value for rxdirs
268
268
}
269
269
```
270
270
@@ -2785,11 +2785,12 @@ on Windows (such as the Administrators group).
2785
2785
2786
2786
#### rxdirs
2787
2787
2788
- ** Description:** true/false add execute flag for directories if read flag
2789
- is set
2788
+ ** Description:** true/false add execute flag for directories if read flag is set
2790
2789
2791
- Default behavior is to set the x flag on directories automatically if
2792
- the r flag is specified in ` mode ` .
2790
+ When ` true ` set the ` x ` flag on directories automatically if the ` r ` flag is
2791
+ specified in ` mode ` .
2792
+
2793
+ ** Default:** ` false `
2793
2794
2794
2795
** Type:** [ ` boolean ` ] [ boolean ]
2795
2796
@@ -2802,6 +2803,11 @@ the r flag is specified in `mode`.
2802
2803
** Notes:**
2803
2804
This is ignored on Windows, as the permission model uses ACLs.
2804
2805
2806
+ ** History:**
2807
+
2808
+ * Default value changed from ` true ` to ` false ` in CFEngine 3.20.0
2809
+ * Added warning if default value is not explicitly set in 3.18.2, 3.20.0
2810
+
2805
2811
### rename
2806
2812
2807
2813
** Type:** ` body rename `
You can’t perform that action at this time.
0 commit comments