package xattr

import "github.com/opencontainers/runc/libcontainer/xattr"

Index

Variables

var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)

Functions

func Getxattr

func Getxattr(path, attr string) (string, error)

func Listxattr

func Listxattr(path string) ([]string, error)

func Setxattr

func Setxattr(path, xattr, value string) error

Source Files

errors.go xattr_unsupported.go

Version
v1.0.0-rc1
Published
Jun 3, 2016
Platform
windows/amd64
Imports
2 packages
Last checked
15 minutes ago

Tools for package owners.