From a3219f71c9944000d6d13d4e225a87ec74ca41f5 Mon Sep 17 00:00:00 2001 From: Tom Eastep 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 --- 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 While inline scripts may be written in either Shell or Perl, those - written in Perl have a lot more power. + written in Perl have a lot more power. They may be used in all + configuration files except /etc/shorewall/params and + /etc/shorewall/shorewall.conf. Embedded scripts can be either single-line or multi-line. Single line scripts take one of the following forms: