forked from pool/pam_wrapper
85647bf655
Add pam_wrapper from https://cwrap.org to devel:tools like the others ... OBS-URL: https://build.opensuse.org/request/show/354484 OBS-URL: https://build.opensuse.org/package/show/devel:tools/pam_wrapper?expand=0&rev=1
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
# This is a special library only for testing purposes. You cannot link this
|
|
# library. It is only inteded to be used with LD_PRELOAD. This package is
|
|
# the devel package.
|
|
#
|
|
# Learn more at http://cwrap.org
|
|
#
|
|
addFilter("shlib-policy-name-error")
|
|
addFilter("shared-lib-calls-exit")
|
|
addFilter("shlib-fixed-dependency")
|
|
addFilter("shlib-policy-missing-suffix")
|
|
addFilter("devel-file-in-non-devel-package")
|