import OL grafana-10.2.6-15.el9_6

This commit is contained in:
Andrew Lukoshko 2025-08-07 10:56:50 +00:00
parent 35e35e14c2
commit e7a6ed970f
2 changed files with 7 additions and 1 deletions

View File

@ -95,6 +95,9 @@ allow grafana_t self:unix_dgram_socket create_socket_perms;
allow grafana_t grafana_port_t:tcp_socket { name_bind name_connect };
allow grafana_t grafana_var_lib_t:file { execute execute_no_trans };
allow grafana_t grafana_var_lib_t:file map;
allow grafana_t self:unix_stream_socket connectto;
allow grafana_t self:netlink_route_socket { create bind getattr nlmsg_read };

View File

@ -25,7 +25,7 @@ end}
Name: grafana
Version: 10.2.6
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Metrics dashboard and graph editor
License: AGPL-3.0-only
URL: https://grafana.org
@ -1032,6 +1032,9 @@ fi
%{_datadir}/selinux/*/grafana.pp
%changelog
* Tue Jul 22 2025 Sam Feifer <sfeifer@redhat.com> 10.2.6-15
- Resolves RHEL-101998: Grafana SELinux policy prevents loading plugins
* Tue May 13 2025 Sam Feifer <sfeifer@redhat.com> 10.2.6-14
- Resolves RHEL-89309: CVE-2025-22871