blob: 8b0b664f9fb5acc95ae1ea92f6a28f18b4c3bc57 (
plain)
1
2
3
4
5
6
7
|
# We ship binaries and libs in subdirs of /usr/lib/postgresql
repeated-path-segment lib *
# These are PostgreSQL server plugins; some need no external libraries
hardening-no-fortify-functions usr/lib/postgresql/*/lib/*
library-not-linked-against-libc usr/lib/postgresql/*/lib/*
shared-library-lacks-prerequisites usr/lib/postgresql/*/lib/*
|