aboutsummaryrefslogtreecommitdiff
path: root/meson_post_install.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-24 23:49:24 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-24 23:49:24 +0100
commit7d19afc0ab9ca880ea51fcab186bb2c5e9604aaf (patch)
treef7e59bb991530bb6dbf811ac51cadae4f2401c98 /meson_post_install.sh
parenta872c07f7a1a8d65ee507a33bac9b023d9d936b4 (diff)
cap_sys_admin->cap_setuid for gsr-global-hotkeys
Diffstat (limited to 'meson_post_install.sh')
-rwxr-xr-xmeson_post_install.sh2
1 files changed, 1 insertions, 1 deletions
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