dumpfilter: Resolve --nvproxy-caps=all to only supported capabilities.

Updates #10856

PiperOrigin-RevId: 700372553
This commit is contained in:
Etienne Perot
2024-11-26 09:50:08 -08:00
committed by gVisor bot
parent 0e6fe26a3a
commit 19f5519ecf
+1 -1
View File
@@ -72,7 +72,7 @@ func main() {
os.Exit(1)
}
if isAll {
flagCaps |= nvconf.ValidCapabilities
flagCaps |= nvconf.SupportedDriverCaps
}
nvCaps = flagCaps
}