Added notes on how to authenticate without using sudo to the knowledge base

This commit is contained in:
Michele Cereda
2022-04-28 01:16:45 +02:00
parent 870329d6aa
commit 0985a2742e

View File

@@ -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