From 667b0d1e3a48ea6d24d8a7b7ac4a3870277ebe0f 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 69ae550b6bef7..8134fa36fc46c 100644 --- a/srcpkgs/bandwhich/template +++ b/srcpkgs/bandwhich/template @@ -1,7 +1,7 @@ # Template file for 'bandwhich' pkgname=bandwhich version=0.21.0 -revision=1 +revision=2 build_style=cargo make_check_args="-- --skip tests::cases::ui::layout_under_50_width_under_50_height" short_desc="Terminal bandwidth utilization tool"