bandwhich: update granted capabilities

This commit is contained in:
Marcin Puc 2023-09-21 22:06:27 +02:00 committed by classabbyamp
parent ddf8b762b2
commit 509c074a25
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 <jan.christian@gruenhage.xyz>"