New -osirrox option strict_acl
This commit is contained in:
@ -9,7 +9,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 XORRISOFS 1 "Version 1.1.5, Aug 8, 2011"
|
||||
.TH XORRISOFS 1 "Version 1.1.5, Aug 22, 2011"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -499,16 +499,18 @@ Enable options which improve backup fidelity:
|
||||
.TP
|
||||
\fB--acl\fR
|
||||
.br
|
||||
Enable recording and loading of GNU/Linux ACLs (see man getfacl, man acl).
|
||||
Enable recording and loading of ACLs from GNU/Linux or FreeBSD
|
||||
(see man getfacl, man acl).
|
||||
They will not be in effect with mounted ISO images. But xorriso can
|
||||
restore them when extracting files from the ISO image.
|
||||
restore them on the same systems when extracting files from the ISO image.
|
||||
.TP
|
||||
\fB--xattr\fR
|
||||
.br
|
||||
Enable recording and loading of GNU/Linux extended attributes in
|
||||
user namespace (see man getfattr, man attr).
|
||||
Enable recording and loading of GNU/Linux or FreeBSD extended attributes in
|
||||
user namespace (see man getfattr, man attr,
|
||||
resp. man getextattr, man 9 extattr).
|
||||
They will not be in effect with mounted ISO images. But xorriso can
|
||||
restore them when extracting files from the ISO image.
|
||||
restore them on the same systems when extracting files from the ISO image.
|
||||
.TP
|
||||
\fB--md5\fR
|
||||
.br
|
||||
@ -1494,6 +1496,11 @@ ACL and xattr
|
||||
.TP
|
||||
MD5 checksums
|
||||
.BR md5sum(1)
|
||||
.TP
|
||||
On FreeBSD the commands for xattr and MD5 differ
|
||||
.BR getextattr(8),
|
||||
.BR setextattr(8),
|
||||
.BR md5(1)
|
||||
.SH BUGS
|
||||
To report bugs, request help, or suggest enhancements for \fBxorriso\fR,
|
||||
please send electronic mail to the public list <bug\-xorriso@gnu.org>.
|
||||
|
Reference in New Issue
Block a user