RootUTSNamespace returns the root UTSNamespace.
()
| 1808 | |
| 1809 | // RootUTSNamespace returns the root UTSNamespace. |
| 1810 | func (k *Kernel) RootUTSNamespace() *UTSNamespace { |
| 1811 | return k.rootUTSNamespace |
| 1812 | } |
| 1813 | |
| 1814 | // RootIPCNamespace takes a reference and returns the root IPCNamespace. |
| 1815 | func (k *Kernel) RootIPCNamespace() *IPCNamespace { |
no outgoing calls
no test coverage detected