Add one more perm for collecd's selinux package

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-06-02 08:30:16 +02:00
parent a44dadd0c7
commit d7fdbe58b9
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
module fi-collectd 1.11.2;
module fi-collectd 1.11.3;
require {
type shell_exec_t;
@ -51,3 +51,4 @@ allow collectd_t self:capability chown;
# Allow the CGI to request a flush of the RRDs through collectd's unix socket
#============= collectd_script_t ==============
allow collectd_script_t collectd_var_run_t:sock_file write;
allow collectd_script_t collectd_t:unix_stream_socket connectto;