diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-24 23:49:24 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-24 23:49:24 +0100 |
commit | 7d19afc0ab9ca880ea51fcab186bb2c5e9604aaf (patch) | |
tree | f7e59bb991530bb6dbf811ac51cadae4f2401c98 /meson_options.txt | |
parent | a872c07f7a1a8d65ee507a33bac9b023d9d936b4 (diff) |
cap_sys_admin->cap_setuid for gsr-global-hotkeys
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 19a9a37..c568106 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1,2 @@ option('systemd', type : 'boolean', value : true, description : 'Install systemd service file') -option('capabilities', type : 'boolean', value : true, description : 'Set binary admin capability on gsr-global-hotkeys binary to allow global hotkeys')
\ No newline at end of file +option('capabilities', type : 'boolean', value : true, description : 'Set binary setuid capability on gsr-global-hotkeys binary to allow global hotkeys')
\ No newline at end of file |