New -osirrox option strict_acl

This commit is contained in:
2011-08-23 10:42:01 +00:00
parent 4250d805a9
commit 7b6e14a2bf
11 changed files with 181 additions and 104 deletions

View File

@ -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)