Merge pull request #260618 from Aleksanaa/nixos/bandwhich

nixos/bandwhich: add missing capabilities

authored by

figsoda and committed by
GitHub
a9cd086d 08a8f790

+1 -1
+1 -1
nixos/modules/programs/bandwhich.nix
··· 24 security.wrappers.bandwhich = { 25 owner = "root"; 26 group = "root"; 27 - capabilities = "cap_net_raw,cap_net_admin+ep"; 28 source = "${pkgs.bandwhich}/bin/bandwhich"; 29 }; 30 };
··· 24 security.wrappers.bandwhich = { 25 owner = "root"; 26 group = "root"; 27 + capabilities = "cap_sys_ptrace,cap_dac_read_search,cap_net_raw,cap_net_admin+ep"; 28 source = "${pkgs.bandwhich}/bin/bandwhich"; 29 }; 30 };