From b2d8e9b8f4fc84f8fae743fbdcb235a6e914da6d Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 21 Sep 2023 22:06:27 +0200 Subject: [PATCH] bandwhich: update granted capabilities --- srcpkgs/bandwhich/INSTALL | 2 +- srcpkgs/bandwhich/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bandwhich/INSTALL b/srcpkgs/bandwhich/INSTALL index 4bdab9ebbf9f0..1235b1d460007 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 bb4e289b64117..b543d304b6aa3 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 "