From cc7e607a49648d4c9e32ccbc665aa7333a3ac0c6 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Wed, 23 Aug 2023 16:09:36 +0200 Subject: [PATCH] features: Expose idmap support Signed-off-by: Rodrigo Campos --- features.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/features.go b/features.go index d3ffda349..81cd149ac 100644 --- a/features.go +++ b/features.go @@ -58,6 +58,11 @@ var featuresCommand = cli.Command{ IntelRdt: &features.IntelRdt{ Enabled: &tru, }, + MountExtensions: &features.MountExtensions{ + IDMap: &features.IDMap{ + Enabled: &tru, + }, + }, }, }