From 7d19afc0ab9ca880ea51fcab186bb2c5e9604aaf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 24 Nov 2024 23:49:24 +0100 Subject: cap_sys_admin->cap_setuid for gsr-global-hotkeys --- meson_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_post_install.sh') diff --git a/meson_post_install.sh b/meson_post_install.sh index ad57569..e9a7b17 100755 --- a/meson_post_install.sh +++ b/meson_post_install.sh @@ -1,4 +1,4 @@ #!/bin/sh -/usr/sbin/setcap cap_sys_admin+ep ${MESON_INSTALL_DESTDIR_PREFIX}/bin/gsr-global-hotkeys \ +/usr/sbin/setcap cap_setuid+ep ${MESON_INSTALL_DESTDIR_PREFIX}/bin/gsr-global-hotkeys \ || echo "\n!!! Please re-run install as root\n" \ No newline at end of file -- cgit v1.2.3