From cf535970cd83eb388d2519271c674906baba4920 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 9 Feb 2023 20:51:03 +0100 Subject: pkg/subsystem/linux: add more custom naming rules linux-security-module is too long, we could use just lsm. Also, overlayfs had a different name, therefore we cannot infer it from the mailing list as is. --- pkg/subsystem/linux/names.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') diff --git a/pkg/subsystem/linux/names.go b/pkg/subsystem/linux/names.go index 0f422ea05..be57a5ab3 100644 --- a/pkg/subsystem/linux/names.go +++ b/pkg/subsystem/linux/names.go @@ -91,6 +91,8 @@ var ( "megaraidlinux.pdl@broadcom.com": "megaraid", "mpi3mr-linuxdrv.pdl@broadcom.com": "mpi3", "MPT-FusionLinux.pdl@broadcom.com": "mpt-fusion", + "linux-security-module@vger.kernel.org": "lsm", // the original name is too long + "linux-unionfs@vger.kernel.org": "overlayfs", // the name has changed } stripPrefixes = []string{"linux-"} stripSuffixes = []string{ -- cgit mrf-deployment