/usr/src/glibc/debian/debhelper.in/libc-bin.lintian-overrides is in eglibc-source 2.19-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # ldconfig must be executable even when the libc is not configured, and
# thus must be linked statically
libc-bin: statically-linked-binary sbin/ldconfig.real
# pt_chown must be setuid root and in /usr/lib, otherwise non-root users
# won't be able to login
libc-bin: setuid-binary usr/lib/pt_chown 4755 root/root
libc-bin: sharedobject-in-library-directory-missing-soname usr/lib/pt_chown
# ldconfig.real doesn't have a manpage, since it's just ldconfig renamed
libc-bin: binary-without-manpage sbin/ldconfig.real
# these manpages have been moved to the manpages package
libc-bin: binary-without-manpage sbin/ldconfig
libc-bin: binary-without-manpage usr/bin/getent
libc-bin: binary-without-manpage usr/bin/ldd
libc-bin: binary-without-manpage usr/bin/zdump
libc-bin: binary-without-manpage usr/sbin/zic
# ldconfig is called in the postinst for trigger support
libc-bin: postinst-has-useless-call-to-ldconfig
|