mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08: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…
x
Reference in New Issue
Block a user