mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Update elevation docs
This commit is contained in:
parent
f5c4cc805c
commit
09faef52ba
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ The process of elevation is operating system specific.
|
||||||
|
|
||||||
### Linux & macOS
|
### Linux & macOS
|
||||||
|
|
||||||
Any elevated command is executed with `sudo`.
|
Any elevated command is executed with `sudo`. The optional `sudo` password is queried via XPipe when needed.
|
||||||
If this is done on your local system, the optional `sudo` password is queried via XPipe itself.
|
You have the ability to adjust the elevation behavior in the settings to control whether you want to enter your password every time it is needed or if you want to cache it for the current session.
|
||||||
For remote systems, the `sudo` password is determined from the connection information, i.e. the used login password.
|
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue