1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# The NVIDIA license does not allow any form of modification.
hardening-no-bindnow
hardening-no-fortify-functions
hardening-no-pie
hardening-no-relro
binary-has-unneeded-section
exit-in-shared-library
[arm64]: shared-library-lacks-stack-section
spelling-error-in-binary
# Documentation and manpages are no longer bundled since 11.1.
no-manual-page
# Some of NVIDIA's binaries expect files at certain relative paths.
executable-in-usr-lib
# Monolithic installation tree shim for clang++ --cuda-path=/usr/lib/cuda
package-contains-empty-directory usr/lib/cuda/bin/
package-contains-empty-directory usr/lib/cuda/include/
package-contains-empty-directory usr/lib/cuda/lib64/
|