diff options
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/names.go | 2 |
1 files changed, 2 insertions, 0 deletions
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{ |
