mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
Fix warning : lack of whitespace around assignment
v2 : also fix some typos while we are here. v3 : add fixes for isic and checksecurity Signed-off-by: Jason Schonberg <schonm@gmail.com> [removed already applied change] Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY = "Linux system security checks"
|
||||
DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used."
|
||||
SECTION = "security"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
HOMEPAGE="https://github.com/slimm609/checksec.sh"
|
||||
HOMEPAGE = "https://github.com/slimm609/checksec.sh"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=879b2147c754bc040c29e9c3b84da836"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user