diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-14 11:50:55 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-14 13:32:16 +0100 |
commit | 2600359b9b520ab386f069fbbcd656e5cdbd9b76 (patch) | |
tree | 215a08e6a9081935321692e8fe6aee8fa7e53930 /.gitignore | |
parent | 7b3c76c95162f773dec03e0555d3060f0d2546c9 (diff) | |
download | libguestfs-2600359b9b520ab386f069fbbcd656e5cdbd9b76.tar.gz libguestfs-2600359b9b520ab386f069fbbcd656e5cdbd9b76.tar.xz libguestfs-2600359b9b520ab386f069fbbcd656e5cdbd9b76.zip |
Support for Linux extended attributes.
This commit adds six calls to support Linux extended attributes.
They are:
getxattrs list all extended attributes for a file or directory
setxattr add/replace an extended attribute
removexattr remove an extended attribute
lgetxattrs \
lsetxattr (same as above, but operate on symbolic links)
lremovexattr /
See attr(5) for more information.
This also adds support for the FBuffer field type, which maps to
an XDR opaque<> or a C (int, char *) pair.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ java/com/redhat/et/libguestfs/Stat.java java/com/redhat/et/libguestfs/StatVFS.java java/com/redhat/et/libguestfs/Version.java java/com/redhat/et/libguestfs/VG.java +java/com/redhat/et/libguestfs/XAttr.java java/doc-stamp java/Makefile.inc *.la |