mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-23 18:24:58 +02:00
- Fix misconfigured ipsecmod hook causing path name
similarity with other file. The ipsecmod is changed for exec of the hook. The ipsecmod hook, if a script, has to start now with a line like `#!/bin/sh`. Thanks to Qifan Zhang, Palo Alto Networks, for the report.
This commit is contained in:
Vendored
+1
@@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo " ---[ IPsec external hook FAIL; only care if ipsecmod-strict: yes ]---"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user