RootPIDNamespace returns the root PIDNamespace.
()
| 1818 | |
| 1819 | // RootPIDNamespace returns the root PIDNamespace. |
| 1820 | func (k *Kernel) RootPIDNamespace() *PIDNamespace { |
| 1821 | return k.tasks.Root |
| 1822 | } |
| 1823 | |
| 1824 | // RootNetworkNamespace returns the root network namespace, always non-nil. |
| 1825 | func (k *Kernel) RootNetworkNamespace() *inet.Namespace { |
no outgoing calls