docs: Update Oxidized integration to show example of SELinux setup

This commit is contained in:
jackson-tim
2017-01-30 11:59:35 -06:00
committed by Neil Lathwood
parent b06153d7e9
commit 94bdff3b86
3 changed files with 8 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ Add the following config:
semanage fcontext -a -t httpd_sys_rw_content_t '/opt/librenms/logs(/.*)?'
restorecon -RFvv /opt/librenms/logs/
setsebool -P httpd_can_sendmail=1
sesetbool -P httpd_can_network_connect=1
```
#### Restart Web server