New -osirrox option strict_acl
This commit is contained in:
@ -283,7 +283,7 @@ int Xorriso_restore_properties(struct XorrisO *xorriso, char *disk_path,
|
||||
}
|
||||
if(num_attrs > 0) {
|
||||
ret= iso_local_set_attrs(disk_path, num_attrs, names, value_lengths,
|
||||
values, 0);
|
||||
values, (!(xorriso->do_strict_acl & 1)) << 6);
|
||||
if(ret < 0) {
|
||||
errno_copy= errno;
|
||||
if(ret != (int) ISO_AAIP_NO_SET_LOCAL)
|
||||
|
Reference in New Issue
Block a user