Skip to content

Commit 37b9af2

Browse files
committed
Xref special control variables
1 parent deeba15 commit 37b9af2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/reference/components/cf-agent.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ body agent control {
11111111
Please note that modifying this value will affect your entire policy and can
11121112
lead to security vulnerabilities.
11131113

1114-
**See also:** `filestat()`, [`body perms mode`](/reference/promise-types/files#mode)
1114+
**See also:** `filestat()`, [`body perms mode`](/reference/promise-types/files#mode), [`default:control_agent.override_default_directory_create_mode`](/reference/special-variables/control_agent/#defaultcontrol_agentoverride_default_directory_create_mode)
11151115

11161116
### refresh_processes
11171117

content/reference/special-variables/control_agent.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ Determines whether to warn about filenames with no alphanumeric content. This te
157157

158158
**See also:** [`nonalphanumfiles` in `body agent control`][cf-agent#nonalphanumfiles]
159159

160+
### default:control_agent.override_default_directory_create_mode
161+
162+
Determines the default directory permissions when `cf-agent` creates parent directories during `files` promise repairs.
163+
164+
**See also:** [`override_default_directory_create_mode` in `body agent control`][cf-agent#override_default_directory_create_mode]
165+
160166
### default:control_agent.refresh_processes
161167

162168
Contains bundles to reload the process table before verifying the bundles named in this list (lazy evaluation).

0 commit comments

Comments
 (0)