From 6ccae8b2c78d7150a46fb94f8db82844df8eaf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Bouynot?= Date: Tue, 16 Jan 2024 18:05:21 +0100 Subject: [PATCH] Add selinux open directory permission for rrdcached in RRDCached.md (#15755) This fix an issue with certificate application. It's weird but the rest of librenms was working fine. --- doc/Extensions/RRDCached.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/RRDCached.md b/doc/Extensions/RRDCached.md index ae539bdb3d..43740716ec 100644 --- a/doc/Extensions/RRDCached.md +++ b/doc/Extensions/RRDCached.md @@ -244,7 +244,7 @@ require { type httpd_t; type rrdcached_t; type httpd_sys_rw_content_t; - class dir { add_name getattr read remove_name rmdir search write }; + class dir { add_name getattr open read remove_name rmdir search write }; class file { create getattr open read rename setattr unlink write }; class sock_file { create setattr unlink write }; class capability { fsetid sys_resource };