- change the cache_effective_group default back to none
This commit is contained in:
parent
1656bee915
commit
42d57949cb
@ -40,23 +40,6 @@ diff -up squid-3.0.STABLE1/src/cf.data.pre.config squid-3.0.STABLE1/src/cf.data.
|
|||||||
DOC_END
|
DOC_END
|
||||||
|
|
||||||
NAME: mail_from
|
NAME: mail_from
|
||||||
@@ -3242,7 +3244,7 @@ DOC_END
|
|
||||||
|
|
||||||
NAME: cache_effective_group
|
|
||||||
TYPE: string
|
|
||||||
-DEFAULT: none
|
|
||||||
+DEFAULT: squid
|
|
||||||
LOC: Config.effectiveGroup
|
|
||||||
DOC_START
|
|
||||||
Squid sets the GID to the effective user's default group ID
|
|
||||||
@@ -3260,6 +3262,7 @@ DOC_START
|
|
||||||
This option is not recommended by the Squid Team.
|
|
||||||
Our preference is for administrators to configure a secure
|
|
||||||
user account for squid with UID/GID matching system policies.
|
|
||||||
+cache_effective_group squid
|
|
||||||
DOC_END
|
|
||||||
|
|
||||||
NAME: httpd_suppress_version_string
|
|
||||||
@@ -4354,15 +4357,23 @@ TYPE: string
|
@@ -4354,15 +4357,23 @@ TYPE: string
|
||||||
LOC: Config.errorDirectory
|
LOC: Config.errorDirectory
|
||||||
DEFAULT: @DEFAULT_ERROR_DIR@
|
DEFAULT: @DEFAULT_ERROR_DIR@
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 3.0.STABLE1
|
Version: 3.0.STABLE1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: The Squid proxy caching server
|
Summary: The Squid proxy caching server
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -330,6 +330,9 @@ fi
|
|||||||
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
chgrp squid /var/cache/samba/winbindd_privileged >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 26 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-3
|
||||||
|
- change the cache_effective_group default back to none
|
||||||
|
|
||||||
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-2
|
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 7:3.0.STABLE1-2
|
||||||
- rebuild for 4.3
|
- rebuild for 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user