New option -acl enables ACL loading

This commit is contained in:
2009-01-21 20:45:22 +00:00
parent 7935ab6df4
commit cb9300b4b6
6 changed files with 84 additions and 29 deletions

View File

@ -394,6 +394,10 @@ int Xorriso_getfacl(struct XorrisO *xorriso, char *path, char **acl_text,
int flag);
/* Calls iso_image_set_ignore_aclea() according to xorriso->do_aaip */
int Xorriso_set_ignore_aclea(struct XorrisO *xorriso, int flag);
/* A pseudo file type for El-Torito bootsectors as in man 2 stat :
For now take the highest possible value.
*/