Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllSpoofedNamespaces = []nsmgr.Namespace{ &SpoofedNamespace{ NsType: nsmgr.IPCNS, }, &SpoofedNamespace{ NsType: nsmgr.UTSNS, }, &SpoofedNamespace{ NsType: nsmgr.NETNS, }, &SpoofedNamespace{ NsType: nsmgr.USERNS, }, }
Functions ¶
Types ¶
type SpoofedNamespace ¶
func (*SpoofedNamespace) Close ¶
func (s *SpoofedNamespace) Close() error
func (*SpoofedNamespace) Path ¶
func (s *SpoofedNamespace) Path() string
func (*SpoofedNamespace) Remove ¶
func (s *SpoofedNamespace) Remove() error
func (*SpoofedNamespace) Type ¶
func (s *SpoofedNamespace) Type() nsmgr.NSType
Click to show internal directories.
Click to hide internal directories.