mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
skip the chmod
This commit is contained in:
parent
8471a82c85
commit
8b0668b99e
@ -69,7 +69,7 @@ print CONF "
|
||||
connect = $target_port
|
||||
";
|
||||
close CONF;
|
||||
system("chmod go-rwx $conffile $certfile"); # secure permissions
|
||||
#system("chmod go-rwx $conffile $certfile"); # secure permissions
|
||||
|
||||
# works only with stunnel versions < 4.00
|
||||
my $cmd="$stunnel -p $certfile -P $pidfile -d $port -r $target_port 2>/dev/null";
|
||||
|
Loading…
Reference in New Issue
Block a user