savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [343] UserAuthentication: update www ACL setup info.


From: bob
Subject: [Savannah-cvs] [343] UserAuthentication: update www ACL setup info.
Date: Fri, 4 Aug 2017 18:30:00 -0400 (EDT)

Revision: 343
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=343
Author:   rwp
Date:     2017-08-04 18:29:55 -0400 (Fri, 04 Aug 2017)
Log Message:
-----------
UserAuthentication: update www ACL setup info.

Modified Paths:
--------------
    trunk/sviki/UserAuthentication.mdwn

Modified: trunk/sviki/UserAuthentication.mdwn
===================================================================
--- trunk/sviki/UserAuthentication.mdwn 2017-08-04 22:29:46 UTC (rev 342)
+++ trunk/sviki/UserAuthentication.mdwn 2017-08-04 22:29:55 UTC (rev 343)
@@ -268,7 +268,14 @@
 
<http://lists.gnu.org/archive/html/savannah-hackers-public/2016-05/msg00031.html>.
 The key command is:
 
+    setfacl -m group:www:rw- FILES
     setfacl -m default:group:www:rwx -m group:www:rwx DIRS
 
+To set all of them I think this is needed.  Testing it now.
+
+    setfacl -m group:www:rw- project/CVSROOT/history
+    find project/project -type d -exec setfacl -m default:group:www:rwx -m 
group:www:rwx {} +
+    find . -name CVSROOT -prune -o -type f -exec setfacl -m group:www:rw- {} +
+
 The `Cvs.pm` Savane module apparently installs this access for new gnu
 projects and directories.




reply via email to

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