mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added notes on how to authenticate without using sudo to the knowledge base
This commit is contained in:
20
knowledge base/authenticate without using sudo.md
Normal file
20
knowledge base/authenticate without using sudo.md
Normal 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
|
||||
Reference in New Issue
Block a user