summaryrefslogtreecommitdiffstats
path: root/bind-9.3.2-prctl_set_dumpable.patch
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-01-22 16:57:44 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-01-22 16:57:44 +0000
commitbd244743f636afc0a0be0fcdcd168c992aadae61 (patch)
tree62a5170d372bf3b82c3841668220f68c1065077c /bind-9.3.2-prctl_set_dumpable.patch
parent7bcaa52bb5aa1ffa325196813e43d1dce5cc3765 (diff)
downloadbind-bd244743f636afc0a0be0fcdcd168c992aadae61.tar.gz
bind-bd244743f636afc0a0be0fcdcd168c992aadae61.tar.xz
bind-bd244743f636afc0a0be0fcdcd168c992aadae61.zip
- removed bind-9.3.2-prctl_set_dumpable.patch (upstream)bind-9_5_0-24_b1_fc9
- allow parallel building of libdns library - CVE-2008-0122
Diffstat (limited to 'bind-9.3.2-prctl_set_dumpable.patch')
-rw-r--r--bind-9.3.2-prctl_set_dumpable.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/bind-9.3.2-prctl_set_dumpable.patch b/bind-9.3.2-prctl_set_dumpable.patch
deleted file mode 100644
index 1ce6033..0000000
--- a/bind-9.3.2-prctl_set_dumpable.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- bind-9.3.2/bin/named/unix/os.c.prctl_set_dumpable 2005-05-19 21:37:19.000000000 -0400
-+++ bind-9.3.2/bin/named/unix/os.c 2006-04-04 16:43:11.000000000 -0400
-@@ -252,6 +252,10 @@
- caps |= (1 << CAP_SYS_RESOURCE);
-
- linux_setcaps(caps);
-+
-+ /* allow us to continue to be able to generate coredumps after setuid:
-+ */
-+ prctl(PR_SET_DUMPABLE,1,0,0,0);
- }
-
- #ifdef HAVE_SYS_PRCTL_H