contrib: Fix test-security-check fail in Ubuntu 18.04

This commit is contained in:
Chun Kuan Lee
2018-07-26 17:09:49 +08:00
parent 94dd89e6fa
commit 1e60713a68
2 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ import os
READELF_CMD = os.getenv('READELF', '/usr/bin/readelf')
OBJDUMP_CMD = os.getenv('OBJDUMP', '/usr/bin/objdump')
NONFATAL = {'HIGH_ENTROPY_VA'} # checks which are non-fatal for now but only generate a warning
NONFATAL = {} # checks which are non-fatal for now but only generate a warning
def check_ELF_PIE(executable):
'''