Files
nixpkgs/nixos/tests/systemd-networkd-ipv6-prefix-delegation.nix
rnhmjoj 1c1ade5062 nixos/tests/systemd-networkd-ipv6-prefix-delegation: fix
Since dhcpd has been hardened (DynamicUser → NoNewPrivileges) it can't
use a setcap wrapper. Instead, we add the net_admin capability to it's
ambient set and run `ip route` directly. This is also safer that giving
everyone permisison to change the routing table.
2022-01-20 15:54:38 +01:00

11 KiB