mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
nixos/bandwhich: add missing capabilities
This commit is contained in:
parent
2dc5c6ef04
commit
bb777015c8
@ -24,7 +24,7 @@ in {
|
|||||||
security.wrappers.bandwhich = {
|
security.wrappers.bandwhich = {
|
||||||
owner = "root";
|
owner = "root";
|
||||||
group = "root";
|
group = "root";
|
||||||
capabilities = "cap_net_raw,cap_net_admin+ep";
|
capabilities = "cap_sys_ptrace,cap_dac_read_search,cap_net_raw,cap_net_admin+ep";
|
||||||
source = "${pkgs.bandwhich}/bin/bandwhich";
|
source = "${pkgs.bandwhich}/bin/bandwhich";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user