From 0985a2742e415fe8f5ce1ca4a439e6294d63ec63 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 28 Apr 2022 01:16:45 +0200 Subject: [PATCH] Added notes on how to authenticate without using sudo to the knowledge base --- .../authenticate without using sudo.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 knowledge base/authenticate without using sudo.md diff --git a/knowledge base/authenticate without using sudo.md b/knowledge base/authenticate without using sudo.md new file mode 100644 index 0000000..56f7d4a --- /dev/null +++ b/knowledge base/authenticate without using sudo.md @@ -0,0 +1,20 @@ +# Authenticate without using sudo + +## Polkit + +Requires [polkit] to be: + +- installed +- configured to authorize and authenticate the users + +```shell +pkexec COMMAND +``` + +## Further readings + +- [pkexec] +- [How to get gui sudo password prompt without command line] + +[pkexec]: pkexec.md +[how to get gui sudo password prompt without command line]: https://askubuntu.com/questions/515292/how-to-get-gui-sudo-password-prompt-without-command-line