Merge pull request #2783 from likebreath/1001/clh_enable_seccomp

virtcontainers: clh: Enable the `seccomp` feature
This commit is contained in:
James O. D. Hunt
2021-10-21 09:21:33 +01:00
committed by GitHub
5 changed files with 15 additions and 5 deletions

View File

@@ -508,6 +508,9 @@ type HypervisorConfig struct {
// Rootless is used to enable rootless VMM process
Rootless bool
// Disable seccomp from the hypervisor process
DisableSeccomp bool
}
// vcpu mapping from vcpu number to thread number