From 29a1a21749e8bf8b9e55667633c199eb00669ee0 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 22 Jan 2008 16:57:44 +0000 Subject: - removed bind-9.3.2-prctl_set_dumpable.patch (upstream) - allow parallel building of libdns library - CVE-2008-0122 --- bind-9.3.2-prctl_set_dumpable.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bind-9.3.2-prctl_set_dumpable.patch (limited to 'bind-9.3.2-prctl_set_dumpable.patch') 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 -- cgit