New -lfa_flags modes "import_non_settable", "import_only_settable"
This commit is contained in:
@ -51,6 +51,8 @@ int Xorriso_set_ignore_aclea(struct XorrisO *xorriso, int flag)
|
||||
hflag|= 8;
|
||||
if(xorriso->do_aaip & 2048)
|
||||
hflag|= 4;
|
||||
if(xorriso->do_aaip & (1 << 15))
|
||||
hflag|= 32;
|
||||
iso_image_set_ignore_aclea(volume, hflag);
|
||||
return(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user