package xattr

import "github.com/docker/libnetwork/Godeps/_workspace/src/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

func XattrEnabled

func XattrEnabled(path string) bool

Source Files

errors.go xattr_linux.go

Version
v0.7.0-dev.8
Published
Mar 16, 2016
Platform
linux/amd64
Imports
4 packages
Last checked
11 hours ago

Tools for package owners.