New flag bit 11 "do not ignore Linux-like file attributes" with isoburn_drive_aquire(). New isoburn_read_opts extension isoburn_ropt_lfa_flags.
This commit is contained in:
@@ -334,6 +334,9 @@ struct isoburn_read_opts {
|
||||
unsigned int noacl:1; /* Do not read ACL from external file objects */
|
||||
unsigned int noea:1; /* Do not read XFS-style EA from externals */
|
||||
|
||||
/* ts C40716 */
|
||||
unsigned int lfa_flags:1; /* Read Linux file attribute flags (chattr) */
|
||||
|
||||
/* ts A90508 */
|
||||
unsigned int noino:1; /* Discard eventual PX inode numbers */
|
||||
|
||||
|
Reference in New Issue
Block a user