From c6dbdee179663cfc3db026dba344e202ebaf2ddb Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Tue, 31 Aug 2021 10:40:47 +0200 Subject: [PATCH] extended helper module docstring --- keymapper/gui/helper.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/keymapper/gui/helper.py b/keymapper/gui/helper.py index cbf6e4e4..43587fe0 100644 --- a/keymapper/gui/helper.py +++ b/keymapper/gui/helper.py @@ -25,6 +25,11 @@ It should be started via key-mapper-control and pkexec. GUIs should not run as root https://wiki.archlinux.org/index.php/Running_GUI_applications_as_root + +The service shouldn't do that even though it has root rights, because that +would provide a key-logger that can be accessed by any user at all times, +whereas for the helper to start a password is needed and it stops when the ui +closes. """