First code for -setfattr (have to fix some ACL problems before going on)

This commit is contained in:
2009-02-08 13:21:36 +00:00
parent f4910bc02e
commit 2abedac499
4 changed files with 94 additions and 2 deletions

View File

@ -416,6 +416,11 @@ int Xorriso_set_ignore_aclea(struct XorrisO *xorriso, int flag);
int Xorriso_setfacl(struct XorrisO *xorriso, void *in_node, char *path,
char *access_text, char *default_text, int flag);
int Xorriso_setfattr(struct XorrisO *xorriso, void *in_node, char *path,
size_t num_attrs, char **names,
size_t *value_lengths, char **values, int flag);
/* A pseudo file type for El-Torito bootsectors as in man 2 stat :
For now take the highest possible value.
*/