[master] c292f8d7d Set permissive modes on h2's unix sockts in case v1 runs as user varnish

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 27 09:16:05 UTC 2023


commit c292f8d7df13e8712501ddc995f2ce168efeb346
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 27 09:15:06 2023 +0000

    Set permissive modes on h2's unix sockts in case v1 runs as user varnish

diff --git a/bin/varnishtest/tests/c00114.vtc b/bin/varnishtest/tests/c00114.vtc
index 84e9aee69..28d691642 100644
--- a/bin/varnishtest/tests/c00114.vtc
+++ b/bin/varnishtest/tests/c00114.vtc
@@ -29,6 +29,7 @@ haproxy h1 -conf {
 
 # Note the use of port 0 for server s0.
 haproxy h2 -conf {
+    unix-bind mode 777
     listen clear-to-ssl
 	bind unix@"${tmpdir}/h2.sock" accept-proxy
 	server s0 0.0.0.0:0 ssl verify none sni fc_pp_authority


More information about the varnish-commit mailing list