summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-08-28 22:57:23 +0000
committerUlrich Drepper <drepper@redhat.com>2006-08-28 22:57:23 +0000
commit4004a0a552ec2257d69d7bc1e1b6df7ad83c627d (patch)
treeb4857357bd0f74a8d0b43eeba3c8d0f7af073d59 /elf
parent6e31011191823a5d7dc65632f4be8a87fcf0779b (diff)
* elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
dlopen parameters.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-open.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c
index cdbb6601d2..8d057f82eb 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -221,13 +221,6 @@ dl_open_worker (void *a)
size_t required;
char *new_file;
- /* DSTs must not appear in SUID/SGID programs. */
- if (INTUSE(__libc_enable_secure))
- /* This is an error. */
- _dl_signal_error (0, "dlopen", NULL,
- N_("DST not allowed in SUID/SGID programs"));
-
-
/* Determine how much space we need. We have to allocate the
memory locally. */
required = DL_DST_REQUIRED (call_map, file, len, _dl_dst_count (dst, 0));