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:
Robin Schneider 2017-10-09 22:14:05 +02:00
parent 8505d24227
commit 8ef2335394
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6

View File

@ -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: