Merge pull request #7313

0331aa3 Fixing typos on security-check.py and torcontrol.cpp (calebogden)
This commit is contained in:
Wladimir J. van der Laan
2016-01-18 10:45:19 +01:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python2
'''
Perform basic ELF security checks on a series of executables.
Exit status will be 0 if succesful, and the program will be silent.
Exit status will be 0 if successful, and the program will be silent.
Otherwise the exit status will be 1 and it will log which executables failed which checks.
Needs `readelf` (for ELF) and `objdump` (for PE).
'''