diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:45:19 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:45:25 +0100 |
| commit | 5e00147838b0585aebdfd7533951f8708639bc9b (patch) | |
| tree | 9a400234563ba9ef3adb6ee435da950a569a176c /contrib | |
| parent | Merge pull request #7329 (diff) | |
| parent | Fixing typos on security-check.py and torcontrol.cpp (diff) | |
| download | discoin-5e00147838b0585aebdfd7533951f8708639bc9b.tar.xz discoin-5e00147838b0585aebdfd7533951f8708639bc9b.zip | |
Merge pull request #7313
0331aa3 Fixing typos on security-check.py and torcontrol.cpp (calebogden)
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/devtools/security-check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/devtools/security-check.py b/contrib/devtools/security-check.py index e96eaa9c3..fe5dc9ad8 100755 --- a/contrib/devtools/security-check.py +++ b/contrib/devtools/security-check.py @@ -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). ''' |