runc/libcontainer/xattr
Tobias Klauser d8b5c1c810 Use symlink xattr functions from x/sys/unix
Use the symlink xattr syscall wrappers Lgetxattr, Llistxattr and
Lsetxattr from x/sys/unix (introduced in
golang/sys@b90f89a1e7) instead of
providing own wrappers. Leave the functionality of system.Lgetxattr
intact with respect to the retry with a larger buffer, but switch it to
use unix.Lgetxattr.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-05-31 13:50:34 +02:00
..
errors.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
xattr_linux.go Use symlink xattr functions from x/sys/unix 2017-05-31 13:50:34 +02:00
xattr_test.go Fixing xattr test step issue 2015-11-29 09:24:42 +05:30
xattr_unsupported.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00