From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F326A3858C39; Fri, 17 Feb 2023 08:08:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F326A3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676621280; bh=SZkeS+oNT3sMUp58rHyd4yiJk6zZkNyBFqPByOJF4eI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fzHSFKIPB6ZbXjUW8eTlrvPV+XFk9u1HJCmKNtLeUtSxH7vdVVhpMCw+eEZppxsmg KBOrftQWBJRgtCgIcgJvbSawhX2F/yHBmacWRuoK7hNoBnBrrEKNpxTOgMHlk/0khB Ukhfns/yTaH02UCa9Mqrxb3m4j5zYFTvaLcaCsRM= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30127] [rfe]: enable ld audit at run-time Date: Fri, 17 Feb 2023 08:08:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30127 --- Comment #4 from Florian Weimer --- (In reply to Stas Sergeev from comment #2) > Thanks! > DT_AUDIT is good indeed. > But I still can't get a dl handle > of an audit object, so I still don't > know how to communicate with them. > Any trick? It's possible to enumerate other namespaces using the extended variant of _r_debug. But maybe we should add a global key-value store to make communication among modules easier. We should perhaps make getenv/setenv process-global, too, but it's not a good fit for this purpose because the environment variables are inherited by most subprocesses. --=20 You are receiving this mail because: You are on the CC list for the bug.=