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

@ -100,6 +100,9 @@ struct XorrisO { /* the global context of xorriso */
/* >>> put libisofs aspects here <<< */
int do_joliet;
int do_aaip; /* bit0= ACL in , bit1= ACL out , bit2= EA in , bit3= EA out */
int relax_compliance; /* opaque bitfield to be set by xorrisoburn */
int do_follow_pattern;
int do_follow_param;