You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: verify VMM startup before reporting container as running
Add BuildExecCmd() method to VMM interface to validate command
construction before sending StartSuccess message. This prevents
reporting a container as running when the VMM command cannot be
built (e.g., due to invalid arguments or failed config writes).
Centralize syscall.Exec in unikontainers.Exec and replace the
per-driver Execve with a lighter PreExec hook for driver-specific
setup (e.g., seccomp filters for HVT).
Signed-off-by: Palak Goyal <goyalpalak1806@gmail.com>
0 commit comments