Merge pull request #6205 from fengwang666/non-root-clh

runtime: support non-root for clh
This commit is contained in:
Fabiano Fidêncio
2023-04-11 19:34:00 +02:00
committed by GitHub
5 changed files with 45 additions and 4 deletions

View File

@@ -1056,6 +1056,7 @@ func newClhHypervisorConfig(h hypervisor) (vc.HypervisorConfig, error) {
EnableAnnotations: h.EnableAnnotations,
DisableSeccomp: h.DisableSeccomp,
ConfidentialGuest: h.ConfidentialGuest,
Rootless: h.Rootless,
DisableSeLinux: h.DisableSeLinux,
DisableGuestSeLinux: h.DisableGuestSeLinux,
NetRateLimiterBwMaxRate: h.getNetRateLimiterBwMaxRate(),