diff --git a/srcpkgs/bandwhich/INSTALL b/srcpkgs/bandwhich/INSTALL index 4bdab9ebbf9..1235b1d4600 100644 --- a/srcpkgs/bandwhich/INSTALL +++ b/srcpkgs/bandwhich/INSTALL @@ -1,5 +1,5 @@ case "${ACTION}" in post) - setcap cap_net_raw+ep usr/bin/bandwhich + setcap cap_sys_ptrace,cap_dac_read_search,cap_net_raw,cap_net_admin+ep usr/bin/bandwhich ;; esac diff --git a/srcpkgs/bandwhich/template b/srcpkgs/bandwhich/template index bb4e289b641..b543d304b6a 100644 --- a/srcpkgs/bandwhich/template +++ b/srcpkgs/bandwhich/template @@ -1,7 +1,7 @@ # Template file for 'bandwhich' pkgname=bandwhich version=0.21.1 -revision=1 +revision=2 build_style=cargo short_desc="Terminal bandwidth utilization tool" maintainer="Jan Christian Grünhage "