translating

This commit is contained in:
chai001125 2022-11-11 21:50:35 +08:00 committed by GitHub
parent ddfba01ae5
commit cf804c4193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
[#]: via: (https://opensource.com/article/21/6/linux-checksec)
[#]: author: (Gaurav Kamathe https://opensource.com/users/gkamathe)
[#]: collector: (lujun9972)
[#]: translator: ( )
[#]: translator: (chai001125)
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
@ -435,4 +435,4 @@ The topic of security is never-ending, and while it's not possible to cover ever
You don't have to provide each binary to checksec individually. Instead, you can provide a directory path where multiple binaries reside, and checksec will verify all of them for you in one go:
```
`$ checksec --dir=/usr
`$ checksec --dir=/usr