mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
25 lines
448 B
Markdown
25 lines
448 B
Markdown
# Authenticate without using sudo
|
|
|
|
## Polkit
|
|
|
|
Requires [polkit] to be:
|
|
|
|
- installed
|
|
- configured to authorize and authenticate the users
|
|
|
|
```sh
|
|
pkexec COMMAND
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [pkexec]
|
|
|
|
[pkexec]: pkexec.md
|
|
|
|
## Sources
|
|
|
|
- [How to get gui sudo password prompt without command line]
|
|
|
|
[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
|