]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/tst-auditlogmod-3.c
elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]
authorFlorian Weimer <fweimer@redhat.com>
Mon, 17 Feb 2020 15:49:40 +0000 (16:49 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 3 Apr 2020 14:26:10 +0000 (16:26 +0200)
commit8f7a75d700af809eeb4363895078fabfb3a9d7c3
treed3148b4fd4a82d8e9e2fd93706fadd8bb56443b3
parent4c6e0415ef206a595c62d5d37e3b9a821782c533
elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]

binutils ld has supported --audit, --depaudit for a long time,
only support in glibc has been missing.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
NEWS
elf/Makefile
elf/rtld.c
elf/tst-audit14.c [new file with mode: 0644]
elf/tst-audit15.c [new file with mode: 0644]
elf/tst-audit16.c [new file with mode: 0644]
elf/tst-auditlogmod-1.c [new file with mode: 0644]
elf/tst-auditlogmod-2.c [new file with mode: 0644]
elf/tst-auditlogmod-3.c [new file with mode: 0644]