From 8ef2335394cf9e2f9329b69713bdc38ad8bf2a5a Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Mon, 9 Oct 2017 22:14:05 +0200 Subject: [PATCH] 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`. --- security/split-gpg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/split-gpg.md b/security/split-gpg.md index e66e22fd..815308e8 100644 --- a/security/split-gpg.md +++ b/security/split-gpg.md @@ -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: