Mentioned Solaris and system dependent drive permission settings

This commit is contained in:
2010-06-10 18:15:56 +00:00
parent 8a4698bd58
commit fd87b1b070
4 changed files with 166 additions and 68 deletions

View File

@ -265,6 +265,8 @@ character device. E.g.
-dev /dev/sg2
On FreeBSD the device files have names like
-dev /dev/cd0
On OpenSolaris:
-dev /dev/rdsk/c4t0d0s2
Get a list of accessible drives by command
-devices
It might be necessary to do this as *superuser* in order to see all
@ -2816,10 +2818,10 @@ programs trigger comparable actions.
Among them: -R (always on), -r, -J, -o, -M, -C, -path-list, -m,
-exclude-list, -f, -print-size, -pad, -no-pad, -V, -v, -version,
-graft-points, -z, -no-emul-boot, -b, -c, -boot-info-table,
-boot-load-size, -input-charset, -G, -output-charset, pathspecs as
with xorriso -add. A lot of options are not supported and lead to
failure of the mkisofs emulation. Some are ignored, but better do
not rely on this tolerance.
-boot-load-size, -input-charset, -G, -output-charset, -U,
pathspecs as with xorriso -add. A lot of options are not
supported and lead to failure of the mkisofs emulation. Some are
ignored, but better do not rely on this tolerance.
-graft-points is equivalent to -pathspecs on. Note that pathspecs
without "=" are interpreted differently than with xorriso option
-add. Directories get merged with the root directory of the ISO
@ -3117,8 +3119,10 @@ File: xorriso.info, Node: ExDevices, Next: ExCreate, Prev: Frontend, Up: Exa
10.1 As superuser learn about available drives
==============================================
Consider to give rw permissions to those users or groups which shall be
able to use the drives with xorriso.
On Linux or FreeBSD consider to give rw-permissions to those users or
groups which shall be able to use the drives with xorriso. On Solaris
use pfexec. Consider to restrict privileges of xorriso to
"base,sys_devices" and to give r-permission to user or group.
$ xorriso -devices
0 -dev '/dev/sr0' rwrw-- : '_NEC ' 'DVD_RW ND-4570A'
@ -3614,7 +3618,7 @@ for libburnia-project.org
==============
Copyright (c) 2007 - 2010 Thomas Schmitt
Permission is granted to distrubute this text freely. It shall only be
Permission is granted to distribute this text freely. It shall only be
modified in sync with the technical properties of xorriso. If you make
use of the license to derive modified versions of xorriso then you are
entitled to modify this text under that same license.
@ -4059,51 +4063,51 @@ Node: Model3209
Node: Media6089
Node: Methods8519
Node: Drives11066
Node: Extras14332
Node: Processing17730
Node: Dialog21226
Node: Options22883
Node: AqDrive24451
Node: Loading27357
Node: Insert39792
Node: SetInsert48149
Node: Manip56716
Node: CmdFind64592
Node: Filter73937
Node: Writing78286
Node: SetWrite84575
Node: Bootable94859
Node: Charset102607
Node: Exception105361
Node: DialogCtl109876
Node: Inquiry112221
Node: Navigate116361
Node: Verify123715
Node: Restore132135
Node: Emulation138791
Node: Scripting145660
Node: Frontend151222
Node: Examples152423
Node: ExDevices153592
Node: ExCreate154074
Node: ExDialog155348
Node: ExGrowing156610
Node: ExModifying157412
Node: ExBootable157913
Node: ExCharset158460
Node: ExPseudo159288
Node: ExCdrecord160182
Node: ExMkisofs160497
Node: ExGrowisofs161500
Node: ExException162624
Node: ExTime163078
Node: ExIncBackup163537
Node: ExRestore167009
Node: ExRecovery167978
Node: Files168544
Node: Seealso169582
Node: Legal170106
Node: CommandIdx171028
Node: ConceptIdx184329
Node: Extras14372
Node: Processing17770
Node: Dialog21266
Node: Options22923
Node: AqDrive24491
Node: Loading27397
Node: Insert39832
Node: SetInsert48189
Node: Manip56756
Node: CmdFind64632
Node: Filter73977
Node: Writing78326
Node: SetWrite84615
Node: Bootable94899
Node: Charset102647
Node: Exception105401
Node: DialogCtl109916
Node: Inquiry112261
Node: Navigate116401
Node: Verify123755
Node: Restore132175
Node: Emulation138831
Node: Scripting145704
Node: Frontend151266
Node: Examples152467
Node: ExDevices153636
Node: ExCreate154270
Node: ExDialog155544
Node: ExGrowing156806
Node: ExModifying157608
Node: ExBootable158109
Node: ExCharset158656
Node: ExPseudo159484
Node: ExCdrecord160378
Node: ExMkisofs160693
Node: ExGrowisofs161696
Node: ExException162820
Node: ExTime163274
Node: ExIncBackup163733
Node: ExRestore167205
Node: ExRecovery168174
Node: Files168740
Node: Seealso169778
Node: Legal170302
Node: CommandIdx171224
Node: ConceptIdx184525

End Tag Table