blob: 679184c260b5de1857c2a7887f581c44350f4772 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# ldconfig must be executable even when the libc is not configured, and
# thus must be linked statically
libc-bin: statically-linked-binary ./sbin/ldconfig
# pt_chown must be setuid root, otherwise non-root users won't be able
# to login
libc-bin: setuid-binary usr/lib/pt_chown 4755 root/root
# libc-bin depending on libc6 make apt crazy...
libc-bin: missing-depends-line
|