Hi,

In /usr/local/sbin/htpdate, please change

my @cmdline = ('curl', @curl_options, $url);

to

my @cmdline = ('/usr/bin/curl', @curl_options, $url);

Reasons:
- Most scripts hardcode the paths.
- It's safer, since /usr/local/sbin/htpdate starts curl as root.
- If you ever add a curl uwt wrapper, you will still want to use
/usr/bin/curl directly, since you are using --socks5-hostname there.

Cheers,
adrelanos
_______________________________________________
tails-dev mailing list
[email protected]
https://mailman.boum.org/listinfo/tails-dev

Reply via email to