aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/init.go
AgeCommit message (Expand)Author
5 dayscontainer: enter init path earlyOphestra
2026-05-07container: binfmt registrationOphestra
2026-05-07container: optionally map uid/gid 0 as initOphestra
2026-05-07container: improve capability handlingOphestra
2026-05-06container/init: mount intermediate before earlyOphestra
2026-04-07internal/params: relocate from package containerOphestra
2026-04-05container/init: ignore finished processOphestra
2026-03-30all: use filepathOphestra
2026-03-25internal/netlink: wrap netpoll via contextOphestra
2026-03-17fhs: move from containerOphestra
2026-03-17ext: move syscall wrappers from containerOphestra
2026-02-28container: improve documentationOphestra
2026-01-11container/init: configure interface loOphestra
2025-12-09container: load initial process started before syscallOphestra
2025-12-08container: spin instead of block on wait4 ECHILDOphestra
2025-12-08container: friendlier error message for op timing outOphestra
2025-12-08container: make wait4 loop available to opsOphestra
2025-12-08container: pass context as setup stateOphestra
2025-12-08container: call op method right before initial processOphestra
2025-11-11container/init: close setup pipe earlyOphestra
2025-11-10container/init: close initial process files on terminationOphestra
2025-11-03message: rename NewMsg to NewOphestra
2025-10-23container/init: do not suspend outputOphestra
2025-10-23container/init: improve signal handlingOphestra
2025-10-22container/init: check msg in entrypointOphestra
2025-10-15container/init: use one channel for wait4Ophestra
2025-10-09container/init: unwrap descriptive fatal errorOphestra
2025-10-09message: relocate from containerOphestra
2025-10-07container/fhs: move pathname constantsOphestra
2025-09-29container: remove global msgOphestra
2025-09-28container/init: reduce verbose noiseOphestra
2025-08-30container: wrap container init start errorsOphestra
2025-08-29container/init: handle unwrapped errorsOphestra
2025-08-29container: repeat and impossible state typesOphestra
2025-08-24container/init: measure init behaviourOphestra
2025-08-23container/dispatcher: start goroutine in dispatcherOphestra
2025-08-23container/init: avoid multiple lastcap callsOphestra
2025-08-23container/dispatcher: instrument each goroutine individuallyOphestra
2025-08-23container/params: pass fd instead of fileOphestra
2025-08-22container/init: call lockOSThread through dispatcherOphestra
2025-08-22container/init: wrap syscall helper functionsOphestra
2025-08-21container/init: op interface valid methodOphestra
2025-08-20container/ops: move Op type to init fileOphestra
2025-08-20container: ptrace protection via Yama LSMOphestra
2025-08-18container: move PR_SET_NO_NEW_PRIVS to parentOphestra
2025-08-17container: allow additional state between opsOphestra
2025-08-11container: use absolute for pathnameOphestra
2025-08-09container/params: remove confusingly named errorOphestra
2025-08-04container/init: use mount string constantsOphestra
2025-08-03container/path: fhs path constantsOphestra