mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-02 13:35:05 -04:00
Fix root shell PS1 in security/split-gpg
The first command invokes a `bash` shell with elevated rights. The `echo` file redirection would not work as normal `user`.
This commit is contained in:
parent
8505d24227
commit
8ef2335394
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ the content of the file `/rw/config/gpg-split-domain`, which should be set to
|
|||
the name of the GPG backend VM. This file survives the AppVM reboot, of course.
|
||||
|
||||
[user@work ~]$ sudo bash
|
||||
[user@work ~]$ echo "work-gpg" > /rw/config/gpg-split-domain
|
||||
[root@work ~]$ echo "work-gpg" > /rw/config/gpg-split-domain
|
||||
|
||||
A note on passphrases:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue