blob: 94ada43756d933f127db6119cdb5fa0f68f8e0fe (
plain)
1
2
3
4
5
6
7
8
9
|
# This is a false positive: /usr/bin/manpath genuinely uses no
# runtime-fortified functions. The build system is such that, if
# fortification is ever accidentally omitted, this warning will be emitted
# for other executables as well.
man-db: hardening-no-fortify-functions usr/bin/manpath
# This is a private library, so it's OK for it to contain error-reporting
# utility functions that call exit.
man-db: shlib-calls-exit usr/lib/man-db/libman-*.so
|