[neon/kde/ksysguard/Neon/unstable] debian: ksysguard setcap foo

Jonathan Riddell null at kde.org
Thu Oct 15 12:20:01 BST 2020


Git commit 18c664fc3d22942da176552e0fb3076780b6d562 by Jonathan Riddell.
Committed on 15/10/2020 at 11:19.
Pushed by jriddell into branch 'Neon/unstable'.

ksysguard setcap foo

M  +1    -1    debian/ksysguard.postinst.in

https://invent.kde.org/neon/kde/ksysguard/commit/18c664fc3d22942da176552e0fb3076780b6d562

diff --git a/debian/ksysguard.postinst.in b/debian/ksysguard.postinst.in
index a93f91f..06aa2ce 100644
--- a/debian/ksysguard.postinst.in
+++ b/debian/ksysguard.postinst.in
@@ -6,7 +6,7 @@ if [ "$1" = configure ]; then
     # Set the capabilities
     if command -v setcap > /dev/null && \
        setcap "CAP_SYS_RESOURCE=+ep" \
-            "/usr/lib/#DEB_HOST_MULTIARCH#/libexec/kf5/start_kdeinit"; then
+            "/usr/lib/#DEB_HOST_MULTIARCH#/libexec/ksysguard/ksgrd_network_helper"; then
         echo "Sucessfully set capabilities for start_kdeinit"
     else
         echo "Failed to set capabilities for start_kdeinit" >&2


More information about the Neon-commits mailing list