New option -setfacl_list
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Jan 25, 2008"
|
||||
.TH XORRISO 1 "Jan 28, 2008"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -938,17 +938,17 @@ existing ACLs.
|
||||
If acl_text is empty, or contains the text "clear" or the text
|
||||
"--remove-all", then the existing ACLs will be removed and no new ones will be
|
||||
attached. Any other content of acl_text will be interpreted as a list of
|
||||
ACL entries. It may be in the long format as put out by -getfacl but may also
|
||||
be abbreviated as follows:
|
||||
ACL entries. It may be in the long multi-line format as put out by -getfacl
|
||||
but may also be abbreviated as follows:
|
||||
.br
|
||||
ACL entries are separated by comma or newline. If an entry is empty text or
|
||||
begins with "#" then it will be gracefully ignored. A valid entry has to begin
|
||||
begins with "#" then it will be ignored. A valid entry has to begin
|
||||
by a letter out of {ugom} for "user", "group", "other", "mask". It has to
|
||||
contain two colons ":". A non-empty text between those two gives a user id
|
||||
resp. group id. After the second ":" there may be letters out of {rwx-}.
|
||||
Letter "-" is ignored. The other three give read, write resp.
|
||||
execute permission.
|
||||
Letter "X" or any other letters are not supported. Examples:
|
||||
contain two colons ":". A non-empty text between those ":" gives a user id
|
||||
resp. group id. After the second ":" there may be letters out of {rwx- #}.
|
||||
The first three give read, write resp. execute permission.
|
||||
Letters "-", " " and TAB are ignored. "#" causes the rest of the entry to
|
||||
be ignored. Letter "X" or any other letters are not supported. Examples:
|
||||
.br
|
||||
g:toolies:rw,u:lisa:rw,u:1001:rw,u::wr,g::r,o::r,m::rw
|
||||
.br
|
||||
@ -956,11 +956,21 @@ Letter "X" or any other letters are not supported. Examples:
|
||||
.br
|
||||
A valid entry may be prefixed by "d", some following characters and ":".
|
||||
This indicates that the entry goes to the "default" ACL rather than to the
|
||||
"access" ACL.
|
||||
"access" ACL. Example:
|
||||
.br
|
||||
u::rwx,g::rx,o::,d:u::rwx,d:g::rx,d:o::,d:u:lisa:rwx,d:m::rwx
|
||||
.TP
|
||||
\fB\-setfacl_r\fR acl_text iso_rr_path [***]
|
||||
Like -setfacl but affecting all files below eventual directories.
|
||||
.TP
|
||||
\fB\-setfacl_list\fR disk_path
|
||||
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.
|
||||
.br
|
||||
Since -getfacl and getfacl strip leading "/" from file paths, the setting of
|
||||
-cd does always matter.
|
||||
.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,
|
||||
@ -1449,7 +1459,7 @@ permissible.
|
||||
.B Settings for result writing:
|
||||
.TP
|
||||
Rock Ridge info will be generated by the program unconditionally.
|
||||
ACL will be written according to the setting of option -acl.
|
||||
ACLs will be written according to the setting of option -acl.
|
||||
.TP
|
||||
\fB\-joliet\fR "on"|"off"
|
||||
If enabled by "on", generate Joliet info additional to Rock Ridge info.
|
||||
|
Reference in New Issue
Block a user