Add one more perm for collecd's selinux package
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a44dadd0c7
commit
d7fdbe58b9
3 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue