We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f85bb1 commit 4e99b70Copy full SHA for 4e99b70
1 file changed
internal/config/config.go
@@ -27,7 +27,7 @@ var (
27
defaultWatchdogInterval = uint(0) // watchdog interval in seconds (0 to disable)
28
defaultStopOnWatchdog = false // set to true to stop the program when the socket gets unavailable (otherwise log only)
29
defaultProxySocketEndpoint = "" // empty string means no socket listener, but regular TCP listener
30
- defaultProxySocketEndpointFileMode = uint(0o400) // set the file mode of the unix socket endpoint
+ defaultProxySocketEndpointFileMode = uint(0o600) // set the file mode of the unix socket endpoint
31
defaultAllowBindMountFrom = "" // empty string means no bind mount restrictions
32
)
33
0 commit comments