doc: Explain how to set the ownership and permissions of /gnu/store. Fixes <http://bugs.gnu.org/19316>. Reported by rekado <rekado@elephly.net>. * doc/guix.texi (Build Environment Setup): Show commands to set the ownership and permissions of /gnu/store.
1 files changed, 9 insertions(+), 0 deletions(-) M doc/guix.texi
M doc/guix.texi => doc/guix.texi +9 -0
@@ 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 @code{--with-store-dir} option) must have ownership and permissions as follows: @example # chgrp guix-builder /gnu/store # chmod 1775 /gnu/store @end example @noindent The @code{guix-daemon} program may then be run as @code{root} with: