gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -remove -R on chown for log dir, remove


From: gnunet
Subject: [gnunet] branch master updated: -remove -R on chown for log dir, remove chown for /home/grothoff, should really not be needed
Date: Sun, 08 Aug 2021 21:44:03 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4e791a998 -remove -R on chown for log dir, remove chown for 
/home/grothoff, should really not be needed
4e791a998 is described below

commit 4e791a99866b2d7f95652dc5d9508b392a277ced
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 8 21:40:37 2021 +0200

    -remove -R on chown for log dir, remove chown for /home/grothoff, should 
really not be needed
---
 debian/gnunet.postinst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/gnunet.postinst b/debian/gnunet.postinst
index 091feb223..d625ccfb6 100644
--- a/debian/gnunet.postinst
+++ b/debian/gnunet.postinst
@@ -169,8 +169,8 @@ case "${1}" in
                # Update files and directories permissions.
                # Assuming default values, this *should* not be changed.
                echo -n "Updating files and directories permissions:"
-               chown -R ${_USERNAME}:${_GROUPNAME} /var/log/gnunetd
-               chown -R ${_USERNAME}:${_GROUPNAME} ${GNUNET_HOME}
+               chown ${_USERNAME}:${_GROUPNAME} /var/log/gnunetd
+               chown ${_USERNAME}:${_GROUPNAME} /var/log/gnunetd/*
                # Secure access to the data directory
                chmod 0700 "${GNUNET_HOME}" || true
                # Restrict access on setuid binaries

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]