~ruther/guix-local

66c2703f092f346e00e61a0a86ca4e2331756db5 — Ludovic Courtès 11 years ago 501aa54
install: Set the store's permission to #o1775.

Fixes <http://bugs.gnu.org/18053>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/build/install.scm (directives): Add mode #o1775 for STORE.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build/install.scm
M guix/build/install.scm => guix/build/install.scm +1 -1
@@ 75,7 75,7 @@ directory TARGET."
STORE."
  `(;; Note: the store's GID is fixed precisely so we can set it here rather
    ;; than at activation time.
    (directory ,store 0 30000)
    (directory ,store 0 30000 #o1775)

    (directory "/etc")
    (directory "/var/log")                          ; for dmd