New -xattr mode "any" to process all xattr namespaces of local filesystem
This commit is contained in:
@ -1214,6 +1214,10 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
}
|
||||
if(iso_image_was_blind_attrs(image, 0))
|
||||
Xorriso_msgs_submit(xorriso, 0,
|
||||
"Some file xattr namespace could not be explored",
|
||||
0, "WARNING", 0);
|
||||
|
||||
if(image!=NULL && 12+strlen(Xorriso_timestamP)<80) {
|
||||
strcpy(xorriso_id, xorriso->preparer_id);
|
||||
|
Reference in New Issue
Block a user