mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
dumpfilter: Resolve --nvproxy-caps=all to only supported capabilities.
Updates #10856 PiperOrigin-RevId: 700372553
This commit is contained in:
committed by
gVisor bot
parent
0e6fe26a3a
commit
19f5519ecf
@@ -72,7 +72,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
if isAll {
|
||||
flagCaps |= nvconf.ValidCapabilities
|
||||
flagCaps |= nvconf.SupportedDriverCaps
|
||||
}
|
||||
nvCaps = flagCaps
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user