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
|
@ -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…
Reference in New Issue
Block a user