mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
nixos/bandwhich: add missing capabilities
This commit is contained in:
parent
2dc5c6ef04
commit
bb777015c8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue