diff options
| author | Nick Hainke | 2022-09-04 13:13:59 +0000 |
|---|---|---|
| committer | Daniel Golle | 2022-09-06 15:36:48 +0000 |
| commit | 17dd8c7305b683d1287b90aecc1158252e808642 (patch) | |
| tree | 876cf4ae5a79964ff0377b9253dea92c0fb32450 | |
| parent | 45990ff76e209b72438575368cd29576f652778f (diff) | |
| download | openwrt-17dd8c7305b683d1287b90aecc1158252e808642.tar.gz | |
libselinux: add PKG_CPE_ID
Add CPE ID for tracking CVEs.
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -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 |