logserver: set domain_can_mmap_files for collectd

The collectd graph.cgi needs to mmap rrd files to properly show the
graphs and such in the web view.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-29 17:10:46 -07:00
parent dea602b390
commit 66851a6a21

View file

@ -96,3 +96,5 @@
- gnuplot
- mod_auth_gssapi
- name: set domain_can_mmap_files so collectd works
seboolean: name=domain_can_mmap_files state=yes persistent=yes