package label
import "github.com/docker/libcontainer/label"
Index ¶
- func FormatMountLabel(src string, mountLabel string) string
- func GenLabels(options string) (string, string, error)
- func GetPidLabel(pid int) (string, error)
- func Init()
- func InitLabels(options []string) (string, string, error)
- func Relabel(path string, fileLabel string, relabel string) error
- func ReserveLabel(label string) error
- func SetFileLabel(path string, fileLabel string) error
- func SetProcessLabel(processLabel string) error
Functions ¶
func FormatMountLabel ¶
func GenLabels ¶
func GetPidLabel ¶
func Init ¶
func Init()
func InitLabels ¶
InitLabels returns the process label and file labels to be used within the container. A list of options can be passed into this function to alter the labels.
func Relabel ¶
func ReserveLabel ¶
func SetFileLabel ¶
func SetProcessLabel ¶
Source Files ¶
Tools for package owners.