Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Reduce suexec uidmin and gidmin to match RHEL
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Mar 29, 2018
1 parent d37fd17 commit 33dce1a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions SPECS/httpd24u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
%define mmnisa %{mmn}%{__isa_name}%{__isa_bits}
%define vstring IUS

%if 0%{?rhel} >= 7
%bcond_without systemd
%global suexec_uidmin 1000
%global suexec_gidmin 1000
%else
%bcond_with systemd
%global suexec_uidmin 500
%global suexec_gidmin 100
%endif

# Drop automatic provides for module DSOs
%{?filter_provides_in:%filter_provides_in %{_libdir}/httpd/modules/.*\.so$}
%{?filter_setup}
Expand Down Expand Up @@ -350,7 +340,7 @@ export LYNX_PATH=/usr/bin/links
--without-suexec-logfile \
--with-suexec-syslog \
--with-suexec-bin=%{_sbindir}/suexec \
--with-suexec-uidmin=%{suexec_uidmin} --with-suexec-gidmin=%{suexec_gidmin} \
--with-suexec-uidmin=500 --with-suexec-gidmin=100 \
--enable-pie \
--with-pcre \
--enable-mods-shared=all \
Expand Down Expand Up @@ -811,6 +801,7 @@ exit $rv
* Thu Mar 29 2018 Carl George <[email protected]> - 2.4.33-1.ius
- Latest upstream
- Set vstring to IUS
- Reduce suexec uidmin and gidmin to match RHEL

* Mon Oct 23 2017 Carl George <[email protected]> - 2.4.29-1.ius
- Latest upstream
Expand Down

0 comments on commit 33dce1a

Please sign in to comment.