diff options
author | Joe Slater <joe.slater@windriver.com> | 2022-04-13 11:36:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-04-13 13:45:44 -0700 |
commit | 93f2146211001ee3cf697d8428969cc3069ed6ba (patch) | |
tree | ab3c2f70a1ce97cdd3d7d181ba0a39e87b26211c /recipes-mac/ccs-tools | |
parent | 4158c871a6b878ac480d23f244201a503c40e3c9 (diff) | |
download | meta-security-93f2146211001ee3cf697d8428969cc3069ed6ba.tar.gz |
LICENSE: update to SPDX standard names
Use convert-spdx-licenses.py to update LICENSE in recipes.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-mac/ccs-tools')
-rw-r--r-- | recipes-mac/ccs-tools/ccs-tools_1.8.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb index 08da24a..8d148bb 100644 --- a/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb +++ b/recipes-mac/ccs-tools/ccs-tools_1.8.4.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Tomoyo" | |||
2 | DESCRIPTION = "TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux that can be used to increase the security of a system, while also being useful purely as a system analysis tool. \nTo start via command line add: \nsecurity=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd \nTo initialize: \n/usr/lib/ccs/init_policy" | 2 | DESCRIPTION = "TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux that can be used to increase the security of a system, while also being useful purely as a system analysis tool. \nTo start via command line add: \nsecurity=tomoyo TOMOYO_trigger=/usr/lib/systemd/systemd \nTo initialize: \n/usr/lib/ccs/init_policy" |
3 | 3 | ||
4 | SECTION = "security" | 4 | SECTION = "security" |
5 | LICENSE = "GPL-2.0" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING.ccs;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | DEPENDS = "ncurses" | 8 | DEPENDS = "ncurses" |