MCPcopy
hub / github.com/google/gvisor / RootIPCNamespace

Method RootIPCNamespace

pkg/sentry/kernel/kernel.go:1815–1817  ·  view source on GitHub ↗

RootIPCNamespace takes a reference and returns the root IPCNamespace.

()

Source from the content-addressed store, hash-verified

1813
1814// RootIPCNamespace takes a reference and returns the root IPCNamespace.
1815func (k *Kernel) RootIPCNamespace() *IPCNamespace {
1816 return k.rootIPCNamespace
1817}
1818
1819// RootPIDNamespace returns the root PIDNamespace.
1820func (k *Kernel) RootPIDNamespace() *PIDNamespace {

Callers 3

StartContainerMethod · 0.80
execAsyncMethod · 0.80
createProcessArgsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected