Skip to content

Commit 7556037

Browse files
committed
feat: Allow to call KVM_GET_XSAVE2
KVM_GET_XSAVE2 is called when taking a snapshot, so it has to be allowed by seccomp filter. Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent 8d95ed2 commit 7556037

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

resources/seccomp/x86_64-unknown-linux-musl.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,18 @@
10781078
}
10791079
]
10801080
},
1081+
{
1082+
"syscall": "ioctl",
1083+
"args": [
1084+
{
1085+
"index": 1,
1086+
"type": "dword",
1087+
"op": "eq",
1088+
"val": 2415963855,
1089+
"comment": "KVM_GET_XSAVE2"
1090+
}
1091+
]
1092+
},
10811093
{
10821094
"syscall": "ioctl",
10831095
"args": [

0 commit comments

Comments
 (0)