From e839648b8e4eb9f0d58bbc6b7755b95cadfea1ca Mon Sep 17 00:00:00 2001 From: Tom Eastep <teastep@shorewall.net> Date: Tue, 13 Mar 2012 12:27:04 -0700 Subject: [PATCH] Add a restriction to the SHELL and PERL directives. Signed-off-by: Tom Eastep <teastep@shorewall.net> --- docs/configuration_file_basics.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml index 8b922eee5..c132ad02b 100644 --- a/docs/configuration_file_basics.xml +++ b/docs/configuration_file_basics.xml @@ -1438,7 +1438,9 @@ SHELL cat /etc/shorewall/rules.d/*.rules 2> /dev/null || true</programlisting richer and more flexible extension capability.</para> <para>While inline scripts may be written in either Shell or Perl, those - written in Perl have a lot more power.</para> + written in Perl have a lot more power. They may be used in all + configuration files except <filename>/etc/shorewall/params</filename> and + <filename>/etc/shorewall/shorewall.conf</filename>.</para> <para>Embedded scripts can be either single-line or multi-line. Single line scripts take one of the following forms:</para>