diff options
Diffstat (limited to 'www/squid3/files/patch-src_tools.cc')
-rw-r--r-- | www/squid3/files/patch-src_tools.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/squid3/files/patch-src_tools.cc b/www/squid3/files/patch-src_tools.cc deleted file mode 100644 index 606193be6001..000000000000 --- a/www/squid3/files/patch-src_tools.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tools.cc.orig 2015-11-01 10:44:25 UTC -+++ src/tools.cc -@@ -635,7 +635,7 @@ no_suid(void) - uid = geteuid(); - debugs(21, 3, "no_suid: PID " << getpid() << " giving up root priveleges forever"); - -- if (setuid(0) < 0) -+ if (setuid(0) < 0 && TheProcessKind != pkHelper) - debugs(50, DBG_IMPORTANT, "WARNING: no_suid: setuid(0): " << xstrerror()); - - if (setuid(uid) < 0) |