diff options
author | Nick Hainke <vincent@systemli.org> | 2022-09-04 15:13:59 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-06 16:36:48 +0100 |
commit | 17dd8c7305b683d1287b90aecc1158252e808642 (patch) | |
tree | 876cf4ae5a79964ff0377b9253dea92c0fb32450 /package/libs/libselinux | |
parent | 45990ff76e209b72438575368cd29576f652778f (diff) | |
download | upstream-17dd8c7305b683d1287b90aecc1158252e808642.tar.gz upstream-17dd8c7305b683d1287b90aecc1158252e808642.tar.bz2 upstream-17dd8c7305b683d1287b90aecc1158252e808642.zip |
libselinux: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/libselinux')
-rw-r--r-- | package/libs/libselinux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libselinux/Makefile b/package/libs/libselinux/Makefile index 6bda72b5de..7246d85566 100644 --- a/package/libs/libselinux/Makefile +++ b/package/libs/libselinux/Makefile @@ -17,6 +17,7 @@ HOST_BUILD_DEPENDS:=libsepol/host pcre/host PKG_LICENSE:=libselinux-1.0 PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com> +PKG_CPE_ID:=cpe:/a:selinuxproject:libselinux HOST_BUILD_DEPENDS:=libsepol/host musl-fts/host pcre/host |