From 114379dd8e29cf39ccd889e1aaf2fa30221155c4 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 27 Jun 2020 11:22:01 -0500 Subject: [PATCH] allow .env to be written for install --- doc/Installation/Install-LibreNMS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Installation/Install-LibreNMS.md b/doc/Installation/Install-LibreNMS.md index cbe2fd3c16..48d4c2ffda 100644 --- a/doc/Installation/Install-LibreNMS.md +++ b/doc/Installation/Install-LibreNMS.md @@ -403,6 +403,7 @@ listen = /run/php-fpm-librenms.sock; restorecon -RFvv /opt/librenms setsebool -P httpd_can_sendmail=1 setsebool -P httpd_execmem 1 + chcon -t httpd_sys_rw_content_t .env ``` # Allow fping