features: Expose idmap support

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
This commit is contained in:
Rodrigo Campos
2023-08-23 16:09:36 +02:00
parent 671e211ef8
commit cc7e607a49
+5
View File
@@ -58,6 +58,11 @@ var featuresCommand = cli.Command{
IntelRdt: &features.IntelRdt{
Enabled: &tru,
},
MountExtensions: &features.MountExtensions{
IDMap: &features.IDMap{
Enabled: &tru,
},
},
},
}