New -osirrox option strict_acl
This commit is contained in:
@ -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 XORRISO 1 "Version 1.1.5, Aug 18, 2011"
|
||||
@c man .TH XORRISO 1 "Version 1.1.5, Aug 23, 2011"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -561,10 +561,15 @@ Files with ACL show as group permissions the setting of entry "mask::" if
|
||||
that entry exists. Nevertheless the non-listed group members get handled
|
||||
according to entry "group::". When removing ACL from a file,
|
||||
@command{xorriso} brings "group::" into effect.
|
||||
@*
|
||||
Recording and restoring of ACLs from and to local files works currently
|
||||
only on GNU/Linux and FreeBSD.
|
||||
@c man .PP
|
||||
@sp 1
|
||||
@cindex xattr, _definiton
|
||||
@strong{xattr} (aka EA)
|
||||
@cindex EA, _definiton
|
||||
@cindex extattr, _definiton
|
||||
@strong{xattr} (aka EA, or extattr)
|
||||
are pairs of name and value which can be attached to file objects. AAIP is
|
||||
able to represent them and @command{xorriso} allows to record and restore
|
||||
pairs which
|
||||
@ -577,6 +582,9 @@ xattr processing happens only if it is enabled by option
|
||||
As with ACL, currently only @command{xorriso} is able to retrieve xattr
|
||||
from AAIP enhanced images, to restore them to xattr capable file systems,
|
||||
or to print them.
|
||||
@*
|
||||
Recording and restoring of xattr from and to local files works currently
|
||||
only on GNU/Linux and FreeBSD, where they are known as extattr.
|
||||
@c man .SS
|
||||
@node Processing, Dialog, Extras, top
|
||||
@chapter Command processing
|
||||
@ -4241,6 +4249,10 @@ Option "o_excl_off" allows on GNU/Linux to access such drives. Drives which
|
||||
get acquired while "o_excl_off" will refuse to get blanked, formatted,
|
||||
written, or ejected. But be aware that even harmless inquiries can spoil
|
||||
ongoing burns of CD-R[W] and DVD-R[W].
|
||||
@*
|
||||
Option "strict_acl_off" is default. It tolerates on FreeBSD the presence of
|
||||
directory "default" ACLs in the ISO image. With "strict_acl_on" these
|
||||
GNU/Linux ACLs cause on FreeBSD a FAILURE event during restore with -acl "on".
|
||||
@c man .TP
|
||||
@item -extract iso_rr_path disk_path
|
||||
@kindex -extract copies file tree to disk
|
||||
@ -5610,6 +5622,11 @@ The default setting of -check_media abort_file= is:
|
||||
@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
|
||||
@ -5635,6 +5652,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
|
||||
|
Reference in New Issue
Block a user