Hi all,
So we could do a lintian check that does something like
---
for file in /lib/security/pam_*.so; do
  nm -D $file --defined-only | grep -v pam_
done
---
and fails on any results?

For the record:
---
/lib/security/pam_cap.so
0000000000201660 A __bss_start
0000000000201660 A _edata
0000000000201670 A _end
0000000000001218 T _fini
0000000000000a08 T _init
/lib/security/pam_ck_connector.so
0000000000201cd0 A __bss_start
0000000000201cd0 A _edata
0000000000201cf0 A _end
00000000000015b8 T _fini
0000000000000b88 T _init
---
from libcap2-bin and libpam-ck-connector. I only tested my own system,
so this is list is not comprehensive (and does not include libpam-ssh)

'A' symbols probably are ok ("absolute, and will not be changed by
further linking."), and '_fini' and '_init' AFAIK are special symbols
used by the linker only?
So these would also need to be accepted?

Regards,
Erich




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to