Skip to content

Commit 0e68b25

Browse files
committed
nixos/coturn: allow unix socket
hardening previously disallowed unix socket, which is used for the systemd notify communication.
1 parent 1a1b233 commit 0e68b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/networking/coturn.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ in
413413
[
414414
"AF_INET"
415415
"AF_INET6"
416+
"AF_UNIX"
416417
]
417418
++ lib.optionals (cfg.listening-ips == [ ]) [
418419
# only used for interface discovery when no listening ips are configured

0 commit comments

Comments
 (0)