Re: [Libguestfs] [PATCH] New API: copy-attributes.

2014-01-13 Thread Richard W.M. Jones
On Mon, Jan 13, 2014 at 02:45:08PM +0100, Pino Toscano wrote: > This allows one to copy attributes (like permissions, xattrs, > ownership) from a file to another. > --- > daemon/daemon.h | 3 + > daemon/file.c | 72 ++ > daemon/xattr.c | 69 ++

[Libguestfs] [PATCH] New API: copy-attributes.

2014-01-13 Thread Pino Toscano
This allows one to copy attributes (like permissions, xattrs, ownership) from a file to another. --- daemon/daemon.h | 3 + daemon/file.c | 72 ++ daemon/xattr.c | 69 + fish/Makefile.am| 1 + fish/test-file-attrs.sh