guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: doc: Explain how to set the ownership and permissions of /gnu/sto


From: Ludovic Courtès
Subject: 02/04: doc: Explain how to set the ownership and permissions of /gnu/store.
Date: Tue, 09 Dec 2014 10:46:06 +0000

civodul pushed a commit to branch master
in repository guix.

commit 659a92fc7b99e1fdf153e469ea2471c5e143fdf9
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 9 11:30:26 2014 +0100

    doc: Explain how to set the ownership and permissions of /gnu/store.
    
    Fixes <http://bugs.gnu.org/19316>.
    Reported by rekado <address@hidden>.
    
    * doc/guix.texi (Build Environment Setup): Show commands to set the
      ownership and permissions of /gnu/store.
---
 doc/guix.texi |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 22f2484..bb52cf7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -347,6 +347,15 @@ Bash syntax and the @code{shadow} commands):
   done
 @end example
 
+The @file{/gnu/store} directory (or whichever was specified with the
address@hidden option) must have ownership and permissions as
+follows:
+
address@hidden
+# chgrp guix-builder /gnu/store
+# chmod 1775 /gnu/store
address@hidden example
+
 @noindent
 The @code{guix-daemon} program may then be run as @code{root} with:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]