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:
parent
501aa54f7d
commit
66c2703f09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue