New -osirrox option strict_acl

This commit is contained in:
2011-08-23 10:42:01 +00:00
parent 4250d805a9
commit 7b6e14a2bf
11 changed files with 181 additions and 104 deletions

View File

@ -50,7 +50,7 @@
@c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISOFS 1 "Version 1.1.5, Aug 8, 2011"
@c man .TH XORRISOFS 1 "Version 1.1.5, Aug 22, 2011"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -734,18 +734,20 @@ Enable options which improve backup fidelity:
@kindex @minus{}@minus{}acl Recording of ACLs
@cindex ACL, record and load, @minus{}@minus{}acl
@*
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.
@c man .TP
@item @minus{}@minus{}xattr
@kindex @minus{}@minus{}xattr Recording of xattr
@cindex xattr, record and load, @minus{}@minus{}xattr
@*
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.
@c man .TP
@item @minus{}@minus{}md5
@kindex @minus{}@minus{}md5 Recording of MD5 checksums
@ -1997,6 +1999,11 @@ Any other lines will be silently ignored.
@c man .TP
@c man MD5 checksums
@c man .BR md5sum(1)
@c man .TP
@c man On FreeBSD the commands for xattr and MD5 differ
@c man .BR getextattr(8),
@c man .BR setextattr(8),
@c man .BR md5(1)
@c man-ignore-lines begin
@node Seealso, Bugreport, Files, Top
@chapter See also
@ -2021,6 +2028,10 @@ getfattr(1),
setfattr(1)
@item MD5 checksums
md5sum(1)
@item On FreeBSD some commands differ:
getextattr(8),
setextattr(8),
md5(1)
@end table
@c man-ignore-lines end
@c man .SH BUGS