From ca31f2c9cc6555e3490c7f0349b7a15b4ae5f0d5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 9 Aug 2017 13:45:33 +0300 Subject: Fix access permissions for www-data-openssl.rnd --- etc/brep-module.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/brep-module.conf b/etc/brep-module.conf index ecac553..3d53cc7 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -196,8 +196,7 @@ menu About=?about # To create www-data-openssl.rnd with suitable permissions, run (as user brep): # # $ touch www-data-openssl.rnd -# $ sudo chgrp www-data www-data-openssl.rnd -# $ chmod g+rw www-data-openssl.rnd +# $ setfacl -b -m g:www-data:rw www-data-openssl.rnd # -- cgit v1.1