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.
This commit is contained in:
Ludovic Courtès 2014-07-19 14:25:39 +02:00
parent 501aa54f7d
commit 66c2703f09
1 changed files with 1 additions and 1 deletions

View File

@ -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