mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
01c0ab4774
commit
f7cf9fbec7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue