summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go
blob: 946db30a549a52e1ff81904996f7d6fcac5112b3 (plain)
1
2
3
4
5
6
7
8
//go:build !linux
// +build !linux

package configs

// Namespace defines configuration for each namespace.  It specifies an
// alternate path that is able to be joined via setns.
type Namespace struct{}