(config *configs.Config)
| 676 | } |
| 677 | |
| 678 | func 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. |
no test coverage detected
searching dependent graphs…