mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-18 07:05:53 +02:00
services: readymedia: Change directory permissions to 775.
Allow users in the ‘readymedia’ group to write in the directory created by ‘readymedia-activation’. * gnu/services/upnp.scm (readymedia-activation): Change directory permissions to 775. Change-Id: Ifda8e4fe8594fb5a1cdf6e329a8c83551eab9c06 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
01c0ab4774
commit
f7cf9fbec7
@@ -187,7 +187,7 @@
|
||||
(unless (file-exists? directory)
|
||||
(mkdir-p/perms directory
|
||||
(getpw #$%readymedia-user-account)
|
||||
#o755)))
|
||||
#o775)))
|
||||
(list #$cache-directory
|
||||
#$log-directory
|
||||
#$@(map readymedia-media-directory-path
|
||||
|
||||
Reference in New Issue
Block a user