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.
1 parent 3058139 commit a8ad920Copy full SHA for a8ad920
resources/seccomp/x86_64-unknown-linux-musl.json
@@ -1238,6 +1238,18 @@
1238
}
1239
]
1240
},
1241
+ {
1242
+ "syscall": "ioctl",
1243
+ "args": [
1244
1245
+ "index": 1,
1246
+ "type": "dword",
1247
+ "op": "eq",
1248
+ "val": 44717,
1249
+ "comment": "KVM_KVMCLOCK_CTRL"
1250
+ }
1251
+ ]
1252
+ },
1253
{
1254
"syscall": "sched_yield",
1255
"comment": "Used by the rust standard library in std::sync::mpmc. Firecracker uses mpsc channels from this module for inter-thread communication"
0 commit comments