diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-04-23 15:03:02 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-04-23 15:03:02 +0000 |
| commit | e70e236de411833e9dcaaca4a4990620f83c20a4 (patch) | |
| tree | 6ff0818abd7f3d969d4c3eb0791c641f343f41f9 /bind-9.3.2-prctl_set_dumpable.patch | |
| parent | 28d0a5960b2bc2ba4b3ff37d21791fb06d1abf9c (diff) | |
- fixed building of named-sdb (#432497)bind-9_5_0-25_1_b2_fc8
- bind-9.3.2-prctl_set_dumpable.patch is obsoleted
Diffstat (limited to 'bind-9.3.2-prctl_set_dumpable.patch')
| -rw-r--r-- | bind-9.3.2-prctl_set_dumpable.patch | 13 |
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 |
