nixpkgs/pkgs/servers/coturn
Martin Weinelt 101d12296d
coturn: make setgroups conditional on privdrop codepath
Make coturn only call setgroups, when it actually needs to privdrop. In
the nixos module we already run coturn as an unprivileged user, which
means we don't need to provide access to the setgroups syscall in the
first place.
2024-10-15 18:31:51 +02:00
..
default.nix coturn: make setgroups conditional on privdrop codepath 2024-10-15 18:31:51 +02:00
dont-call-setgroups-unconditionally.patch coturn: make setgroups conditional on privdrop codepath 2024-10-15 18:31:51 +02:00
pure-configure.patch