mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
checksec: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-3-Clause Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,7 +1,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"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
HOMEPAGE="https://github.com/slimm609/checksec.sh"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8d90285f711cf1f378e2c024457066d8"
|
||||
|
||||
Reference in New Issue
Block a user