github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/internal/enforcer/utils/nsenter/nsenter.go (about)

     1  // +build !linux
     2  
     3  //Package nsenter for switching namespaces
     4  package nsenter
     5  
     6  //This package should only run on linux
     7  //Don't test functionality of this package on non linux platforms as
     8  //the setns call is not available there