github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/libcontainer/configs/mount.go (about)

     1  package configs
     2  
     3  const (
     4  	// EXT_COPYUP is a directive to copy up the contents of a directory when
     5  	// a tmpfs is mounted over it.
     6  	EXT_COPYUP = 1 << iota //nolint:golint,revive // ignore "don't use ALL_CAPS" warning
     7  )