diff options
Diffstat (limited to 'pod/perlsec.pod')
-rw-r--r-- | pod/perlsec.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlsec.pod b/pod/perlsec.pod index 13c0987af7..facddedfbf 100644 --- a/pod/perlsec.pod +++ b/pod/perlsec.pod @@ -134,7 +134,7 @@ a child of lesser privilege. =head2 Cleaning Up Your Path -For "Insecure $ENV{PATH}" messages, you need to set C<$ENV{'PATH'}> to a +For "Insecure C<$ENV{PATH}>" messages, you need to set C<$ENV{'PATH'}> to a known value, and each directory in the path must be non-writable by others than its owner and group. You may be surprised to get this message even if the pathname to your executable is fully qualified. This is I<not> |