New option -setfattr_list
This commit is contained in:
@ -1004,8 +1004,10 @@ Like -setfacl but affecting all files below eventual directories.
|
||||
Read the output of -getfacl_r or shell command getfacl -R and apply it to the
|
||||
iso_rr_paths as given in lines beginning with "# file:". This will change
|
||||
ownership, group and ACL of the given files.
|
||||
If disk_path is "-" then lines are read from standard input. Line "@" ends the
|
||||
list, "@@@" aborts without changing the pending iso_rr_path.
|
||||
.br
|
||||
Since -getfacl and getfacl strip leading "/" from file paths, the setting of
|
||||
Since -getfacl and getfacl -R strip leading "/" from file paths, the setting of
|
||||
-cd does always matter.
|
||||
.TP
|
||||
\fB\-setfattr\fR [-]name value iso_rr_path [***]
|
||||
@ -1017,10 +1019,34 @@ be an empty text.
|
||||
.br
|
||||
Only names from the user namespace are allowed. I.e. a name has to begin with
|
||||
"user.", like "user.x" or "user.whatever".
|
||||
.br
|
||||
Values and names undergo the normal input processing of xorriso.
|
||||
See also option -backslash_codes. Byte value 0 cannot be expressed.
|
||||
.TP
|
||||
\fB\-setfattr_r\fR [-]name value iso_rr_path [***]
|
||||
Like -setfattr but affecting all files below eventual directories.
|
||||
.TP
|
||||
\fB\-setfattr_list\fR disk_path
|
||||
Read the output of -getfattr_r or shell command getfattr -Rd and apply it to
|
||||
the iso_rr_paths as given in lines beginning with "# file:". All previously
|
||||
existing user space xattr of the given iso_rr_paths will be deleted.
|
||||
If disk_path is "-" then lines are read from standard input.
|
||||
.br
|
||||
Since -getfattr and getfattr -Rd strip leading "/" from file paths, the setting
|
||||
of -cd does always matter.
|
||||
.br
|
||||
Empty input lines and lines which begin by "#" will be ignored
|
||||
(except "# file:"). Line "@" ends the list, "@@@" aborts without changing the
|
||||
pending iso_rr_path. Other input lines must have the form
|
||||
.br
|
||||
name="value"
|
||||
.br
|
||||
Name should be of the form user.xyz with only printable characters in
|
||||
xyz. The separator "=" is not allowed in names. Value may contain any kind
|
||||
of bytes. It must be in quotes. Trailing whitespace after the end quote will
|
||||
be ignored. Non-printables bytes and quotes must be represented as \\XYZ by
|
||||
their octal ASCII code XYZ. Use code \\000 for 0-bytes.
|
||||
.TP
|
||||
\fB\-alter_date\fR type timestring iso_rr_path [***]
|
||||
Alter the date entries of a file in the ISO image. type is
|
||||
one of "a", "m", "b" for access time, modification time,
|
||||
|
Reference in New Issue
Block a user