New flag bit with iso_node_set_attrs() to protect namespace "isofs"

This commit is contained in:
2012-07-12 18:16:38 +02:00
parent 942ec97c7b
commit 7001121a3f
3 changed files with 13 additions and 4 deletions

View File

@@ -6076,6 +6076,10 @@ int iso_node_lookup_attr(IsoNode *node, char *name,
* I.e. those with a non-empty name which does not begin by "user."
* (The empty name is always allowed and governed by bit0.) This
* deletes all previously existing attributes if not bit1 is set.
* bit4= Do not affect attributes from namespace "isofs".
* To be combined with bit3 for copying attributes from local
* filesystem to ISO image.
* @since 1.2.4
* @return
* 1 = ok
* < 0 = error