The access mode and ownership of auth_openidc.conf
Resolves: rhbz#2189268 - auth_openidc.conf mode 0640 by default
This commit is contained in:
parent
d3c3826f5b
commit
72bec876c1
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: mod_auth_openidc
|
Name: mod_auth_openidc
|
||||||
Version: 2.4.9.4
|
Version: 2.4.9.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: OpenID Connect auth module for Apache HTTP Server
|
Summary: OpenID Connect auth module for Apache HTTP Server
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -90,12 +90,15 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%{_httpd_moddir}/mod_auth_openidc.so
|
%{_httpd_moddir}/mod_auth_openidc.so
|
||||||
%config(noreplace) %{_httpd_modconfdir}/10-auth_openidc.conf
|
%config(noreplace) %{_httpd_modconfdir}/10-auth_openidc.conf
|
||||||
%config(noreplace) %{_httpd_confdir}/auth_openidc.conf
|
%config(noreplace) %attr(0640, root, apache) %{_httpd_confdir}/auth_openidc.conf
|
||||||
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}
|
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}
|
||||||
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/metadata
|
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/metadata
|
||||||
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2023 Tomas Halman <thalman@redhat.com> - 2.4.9.4-4
|
||||||
|
Resolves: rhbz#2189268 - auth_openidc.conf mode 0640 by default
|
||||||
|
|
||||||
* Tue Apr 11 2023 Tomas Halman <thalman@redhat.com> - 2.4.9.4-3
|
* Tue Apr 11 2023 Tomas Halman <thalman@redhat.com> - 2.4.9.4-3
|
||||||
- Resolves: rhbz#2184145 - CVE-2023-28625 NULL pointer dereference
|
- Resolves: rhbz#2184145 - CVE-2023-28625 NULL pointer dereference
|
||||||
when OIDCStripCookies is set and a crafted Cookie header is supplied
|
when OIDCStripCookies is set and a crafted Cookie header is supplied
|
||||||
|
Loading…
Reference in New Issue
Block a user