diff options
| -rw-r--r-- | recipes-security/refpolicy/refpolicy_common.inc | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/checkpolicy_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/policycoreutils_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/selinux-python_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/selinux-sandbox_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/selinux/semodule-utils_3.3.bb | 2 | ||||
| -rw-r--r-- | recipes-security/setools/setools_4.4.0.bb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/refpolicy/refpolicy_common.inc index dffc34a..96d0da1 100644 --- a/recipes-security/refpolicy/refpolicy_common.inc +++ b/recipes-security/refpolicy/refpolicy_common.inc | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SECTION = "admin" | 1 | SECTION = "admin" |
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | 3 | ||
| 4 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 4 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 5 | 5 | ||
diff --git a/recipes-security/selinux/checkpolicy_3.3.bb b/recipes-security/selinux/checkpolicy_3.3.bb index 99ac470..ad90cc2 100644 --- a/recipes-security/selinux/checkpolicy_3.3.bb +++ b/recipes-security/selinux/checkpolicy_3.3.bb | |||
| @@ -6,7 +6,7 @@ binary policy. checkpolicy uses the static libsepol since it deals \ | |||
| 6 | with low level details of the policy that have not been \ | 6 | with low level details of the policy that have not been \ |
| 7 | encapsulated/abstracted by a proper shared library interface." | 7 | encapsulated/abstracted by a proper shared library interface." |
| 8 | SECTION = "base" | 8 | SECTION = "base" |
| 9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPL-2.0-or-later" |
| 10 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 10 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 11 | 11 | ||
| 12 | require selinux_common.inc | 12 | require selinux_common.inc |
diff --git a/recipes-security/selinux/policycoreutils_3.3.bb b/recipes-security/selinux/policycoreutils_3.3.bb index 04f8ef7..552d354 100644 --- a/recipes-security/selinux/policycoreutils_3.3.bb +++ b/recipes-security/selinux/policycoreutils_3.3.bb | |||
| @@ -5,7 +5,7 @@ load_policy to load policies, setfiles to label filesystems, newrole \ | |||
| 5 | to switch roles, and run_init to run /etc/init.d scripts in the proper \ | 5 | to switch roles, and run_init to run /etc/init.d scripts in the proper \ |
| 6 | context." | 6 | context." |
| 7 | SECTION = "base" | 7 | SECTION = "base" |
| 8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
| 9 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 9 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 10 | 10 | ||
| 11 | require selinux_common.inc | 11 | require selinux_common.inc |
diff --git a/recipes-security/selinux/selinux-python_3.3.bb b/recipes-security/selinux/selinux-python_3.3.bb index d130900..1bf1f63 100644 --- a/recipes-security/selinux/selinux-python_3.3.bb +++ b/recipes-security/selinux/selinux-python_3.3.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "\ | |||
| 3 | This package contains Python modules sepolgen, sepolicy; And the \ | 3 | This package contains Python modules sepolgen, sepolicy; And the \ |
| 4 | SELinux utilities audit2allow, chcat, semanage ..." | 4 | SELinux utilities audit2allow, chcat, semanage ..." |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPL-2.0-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 7 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 8 | 8 | ||
| 9 | require selinux_common.inc | 9 | require selinux_common.inc |
diff --git a/recipes-security/selinux/selinux-sandbox_3.3.bb b/recipes-security/selinux/selinux-sandbox_3.3.bb index a20982c..cc9baad 100644 --- a/recipes-security/selinux/selinux-sandbox_3.3.bb +++ b/recipes-security/selinux/selinux-sandbox_3.3.bb | |||
| @@ -4,7 +4,7 @@ Run application within a tightly confined SELinux domain. The default \ | |||
| 4 | sandbox domain only allows applications the ability to read and write \ | 4 | sandbox domain only allows applications the ability to read and write \ |
| 5 | stdin, stdout and any other file descriptors handed to it." | 5 | stdin, stdout and any other file descriptors handed to it." |
| 6 | SECTION = "base" | 6 | SECTION = "base" |
| 7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPL-2.0-or-later" |
| 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 8 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 9 | 9 | ||
| 10 | require selinux_common.inc | 10 | require selinux_common.inc |
diff --git a/recipes-security/selinux/semodule-utils_3.3.bb b/recipes-security/selinux/semodule-utils_3.3.bb index a8bca0e..06e28f4 100644 --- a/recipes-security/selinux/semodule-utils_3.3.bb +++ b/recipes-security/selinux/semodule-utils_3.3.bb | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "\ | |||
| 3 | The utilities to create, expand, link and show the dependencies between \ | 3 | The utilities to create, expand, link and show the dependencies between \ |
| 4 | the SELinux policy module packages." | 4 | the SELinux policy module packages." |
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPL-2.0-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" | 7 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 8 | 8 | ||
| 9 | require selinux_common.inc | 9 | require selinux_common.inc |
diff --git a/recipes-security/setools/setools_4.4.0.bb b/recipes-security/setools/setools_4.4.0.bb index b78af36..f1557b1 100644 --- a/recipes-security/setools/setools_4.4.0.bb +++ b/recipes-security/setools/setools_4.4.0.bb | |||
| @@ -6,7 +6,7 @@ libraries designed to facilitate SELinux policy analysis. \ | |||
| 6 | This meta-package depends upon the main packages necessary to run \ | 6 | This meta-package depends upon the main packages necessary to run \ |
| 7 | SETools." | 7 | SETools." |
| 8 | SECTION = "base" | 8 | SECTION = "base" |
| 9 | LICENSE = "GPLv2 & LGPLv2.1" | 9 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4;protocol=https \ | 12 | SRC_URI = "git://github.com/SELinuxProject/${BPN}.git;branch=4.4;protocol=https \ |
