RootUserNamespace returns the root UserNamespace.
()
| 1803 | |
| 1804 | // RootUserNamespace returns the root UserNamespace. |
| 1805 | func (k *Kernel) RootUserNamespace() *auth.UserNamespace { |
| 1806 | return k.rootUserNamespace |
| 1807 | } |
| 1808 | |
| 1809 | // RootUTSNamespace returns the root UTSNamespace. |
| 1810 | func (k *Kernel) RootUTSNamespace() *UTSNamespace { |
no outgoing calls
no test coverage detected