forked from extern/shorewall_code
Fix missing PATH in shorewall.conf
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6090 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e722b6f581
commit
593828a24a
@ -761,6 +761,8 @@ sub get_configuration( $ ) {
|
||||
|
||||
ensure_config_path( $export );
|
||||
|
||||
default 'PATH' , '/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin';
|
||||
|
||||
default 'MODULE_PREFIX', 'o gz ko o.gz ko.gz';
|
||||
|
||||
if ( ! $export && $> == 0 ) { # $> == $EUID
|
||||
|
Loading…
Reference in New Issue
Block a user