Skip to content

Commit d2b090b

Browse files
committed
doc: Update read-only suggestions for vcc_feature
Fixes #4323
1 parent d4a92fb commit d2b090b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/sphinx/users-guide/run_security.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,18 @@ HTTP service, but a few can do more damage than others:
155155
:ref:`ref_param_cc_command`
156156
Execute arbitrary programs
157157

158-
:ref:`ref_param_vcc_allow_inline_c`
159-
Allow inline C in VCL, which would allow any C code from VCL
160-
to be executed by Varnish.
158+
:ref:`ref_param_vcc_feature`
159+
The ``allow_inline_c`` flag would allow any C code from VCL to be
160+
executed by Varnish.
161161

162162
Furthermore you may want to look at and lock down:
163163

164164
:ref:`ref_param_syslog_cli_traffic`
165165
Log all CLI commands to `syslog(8)`, so you know what goes on.
166166

167-
:ref:`ref_param_vcc_unsafe_path`
168-
Restrict VCL/VMODs to :ref:`ref_param_vcl_path` and
169-
:ref:`ref_param_vmod_path`
167+
:ref:`ref_param_vcc_feature` again
168+
The ``unsafe_path`` flag allows VCL/VMODs to be loaded outside of
169+
:ref:`ref_param_vcl_path` and :ref:`ref_param_vmod_path`.
170170

171171
:ref:`ref_param_vmod_path`
172172
The directory (or colon separated list of directories) where

0 commit comments

Comments
 (0)