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
v0.0.5
Published
Nov 20, 2015
Platform
js/wasm
Imports
2 packages
Last checked
50 minutes ago

Tools for package owners.