Skip to content

Commit 6b7b976

Browse files
authored
Add Capability.CHECKPOINT_RESTORE (#183)
1 parent ada2ace commit 6b7b976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aiohasupervisor/models/addons.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Capability(StrEnum):
5757
"""
5858

5959
BPF = "BPF"
60+
CHECKPOINT_RESTORE = "CHECKPOINT_RESTORE"
6061
DAC_READ_SEARCH = "DAC_READ_SEARCH"
6162
IPC_LOCK = "IPC_LOCK"
6263
NET_ADMIN = "NET_ADMIN"

0 commit comments

Comments
 (0)