From 70d3037c8c12718adbbe33331d51c5617a47f90a Mon Sep 17 00:00:00 2001 From: Axon Date: Wed, 7 Oct 2015 07:10:20 +0000 Subject: [PATCH] Add permission modification step --- configuration/TorVM.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/TorVM.md b/configuration/TorVM.md index 2afe7042..936fad5b 100644 --- a/configuration/TorVM.md +++ b/configuration/TorVM.md @@ -104,9 +104,10 @@ Installation [user@torvm] $ sudo service qubes-tor restart -4. The private data directory may need to be created manually: +4. You may need to manually create the private data directory and set its permissions: [user@torvm] $ sudo mkdir /rw/usrlocal/lib/qubes-tor + [user@torvm] $ sudo chown user:user /rw/usrlocal/lib/qubes-tor Usage =====