We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Capability.CHECKPOINT_RESTORE
1 parent ada2ace commit 6b7b976Copy full SHA for 6b7b976
aiohasupervisor/models/addons.py
@@ -57,6 +57,7 @@ class Capability(StrEnum):
57
"""
58
59
BPF = "BPF"
60
+ CHECKPOINT_RESTORE = "CHECKPOINT_RESTORE"
61
DAC_READ_SEARCH = "DAC_READ_SEARCH"
62
IPC_LOCK = "IPC_LOCK"
63
NET_ADMIN = "NET_ADMIN"
0 commit comments