diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-09-14 09:07:38 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-09-15 06:48:26 -0700 |
| commit | 0cd37cd076160b98ef0a5b85ddc0ee8fb0b6710a (patch) | |
| tree | 49e5c959c5b72e8345c90ed4f63f717036b77a0f | |
| parent | 30e318470430bf7fcc3551cf4e10728712a61f00 (diff) | |
| download | meta-security-0cd37cd076160b98ef0a5b85ddc0ee8fb0b6710a.tar.gz | |
checksec: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-3-Clause
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-scanners/checksec/checksec_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/checksec/checksec_2.4.0.bb b/recipes-scanners/checksec/checksec_2.4.0.bb index 000e3bb..12c9bce 100644 --- a/recipes-scanners/checksec/checksec_2.4.0.bb +++ b/recipes-scanners/checksec/checksec_2.4.0.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Linux system security checks" | 1 | SUMMARY = "Linux system security checks" |
| 2 | DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used." | 2 | DESCRIPTION = "The checksec script is designed to test what standard Linux OS and PaX security features are being used." |
| 3 | SECTION = "security" | 3 | SECTION = "security" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | HOMEPAGE="https://github.com/slimm609/checksec.sh" | 5 | HOMEPAGE="https://github.com/slimm609/checksec.sh" |
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8d90285f711cf1f378e2c024457066d8" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8d90285f711cf1f378e2c024457066d8" |
