Skip to content

Commit

Permalink
dumpfilter: Resolve --nvproxy-caps=all to only supported capabili…
Browse files Browse the repository at this point in the history
…ties.

Updates #10856

PiperOrigin-RevId: 700098218
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Nov 26, 2024
1 parent 0e6fe26 commit a020a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsc/boot/filter/dumpfilter/dumpfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func main() {
os.Exit(1)
}
if isAll {
flagCaps |= nvconf.ValidCapabilities
flagCaps |= nvconf.SupportedDriverCaps
}
nvCaps = flagCaps
}
Expand Down

0 comments on commit a020a3a

Please sign in to comment.