mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
VMSudo changed
This commit is contained in:
parent
7120969095
commit
167e907fa4
26
VMSudo.md
26
VMSudo.md
@ -79,22 +79,22 @@ Below is a complete list of configuration made according to the above statement,
|
|||||||
polkit.addRule(function(action,subject) { return polkit.Result.YES; });
|
polkit.addRule(function(action,subject) { return polkit.Result.YES; });
|
||||||
```
|
```
|
||||||
|
|
||||||
and /etc/polkit-1/localauthority/50-local.d/qubes-allow-all.pkla:
|
and /etc/polkit-1/localauthority/50-local.d/qubes-allow-all.pkla:
|
||||||
|
|
||||||
``` {.wiki}
|
``` {.wiki}
|
||||||
[Qubes allow all]
|
[Qubes allow all]
|
||||||
Identity=*
|
Identity=*
|
||||||
Action=*
|
Action=*
|
||||||
ResultAny=yes
|
ResultAny=yes
|
||||||
ResultInactive=yes
|
ResultInactive=yes
|
||||||
ResultActive=yes
|
ResultActive=yes
|
||||||
```
|
```
|
||||||
|
|
||||||
- NetworkManager configuration from normal user (nm-applet)
|
- NetworkManager configuration from normal user (nm-applet)
|
||||||
- updates installation (gpk-update-viewer)
|
- updates installation (gpk-update-viewer)
|
||||||
- user can use pkexec just like sudo Note: above is needed mostly because Qubes user GUI session isn't treated by [PolicyKit?](/wiki/PolicyKit)/logind as "local" session because of the way in which X server and session is started. Perhaps we will address this issue in the future, but this is really low priority. Patches welcomed anyway.
|
- user can use pkexec just like sudo Note: above is needed mostly because Qubes user GUI session isn't treated by [PolicyKit?](/wiki/PolicyKit)/logind as "local" session because of the way in which X server and session is started. Perhaps we will address this issue in the future, but this is really low priority. Patches welcomed anyway.
|
||||||
|
|
||||||
1. Empty root password
|
3. Empty root password
|
||||||
- used for access to 'root' account from text console (xl console) - the only way to access the VM when GUI isn't working
|
- used for access to 'root' account from text console (xl console) - the only way to access the VM when GUI isn't working
|
||||||
- can be used for easy 'su -' from user to root
|
- can be used for easy 'su -' from user to root
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user