aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-04 15:15:13 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-09-06 16:36:48 +0100
commitd40948b35d5e6f61aabab58d1cbd60080d9b920d (patch)
treec59ba6c27277edeb4680aa2cdc49461ded52837c /package/libs
parent17dd8c7305b683d1287b90aecc1158252e808642 (diff)
downloadupstream-d40948b35d5e6f61aabab58d1cbd60080d9b920d.tar.gz
upstream-d40948b35d5e6f61aabab58d1cbd60080d9b920d.tar.bz2
upstream-d40948b35d5e6f61aabab58d1cbd60080d9b920d.zip
libsepol: add PKG_CPE_ID
Add CPE ID for tracking CVEs. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/libsepol/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/libsepol/Makefile b/package/libs/libsepol/Makefile
index 87f1ccd917..816b139727 100644
--- a/package/libs/libsepol/Makefile
+++ b/package/libs/libsepol/Makefile
@@ -14,6 +14,7 @@ PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/$(PK
PKG_HASH:=2d97df3eb8466169b389c3660acbb90c54200ac96e452eca9f41a9639f4f238b
PKG_MAINTAINER:=Thomas Petazzoni <thomas.petazzoni@bootlin.com>
+PKG_CPE_ID:=cpe:/a:selinuxproject:libsepol
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk