- 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:
W.C.A. Wijngaards
2026-06-15 16:45:53 +02:00
parent f68cca4097
commit d0a760a587
3 changed files with 81 additions and 35 deletions
+1
View File
@@ -1,2 +1,3 @@
#!/bin/sh
echo " ---[ IPsec external hook FAIL; only care if ipsecmod-strict: yes ]---"
exit 1