MCPcopy
hub / github.com/opencontainers/runc / setupPersonality

Function setupPersonality

libcontainer/init_linux.go:678–680  ·  view source on GitHub ↗
(config *configs.Config)

Source from the content-addressed store, hash-verified

676}
677
678func setupPersonality(config *configs.Config) error {
679 return system.SetLinuxPersonality(config.Personality.Domain)
680}
681
682// signalAllProcesses freezes then iterates over all the processes inside the
683// manager's cgroups sending the signal s to them.

Callers 2

InitMethod · 0.85
InitMethod · 0.85

Calls 1

SetLinuxPersonalityFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…