genode/repos/os/src/server/tar_rom
Norman Feske b3727a9b46 Add missing override annotations
Issue #3159
2019-02-19 11:12:11 +01:00
..
README tar_rom: minor documentation fix 2017-08-28 16:49:37 +02:00
main.cc Add missing override annotations 2019-02-19 11:12:11 +01:00
target.mk Deprecate Genode::config() 2017-01-13 13:06:54 +01:00

README

The 'rom_tar' service obtains a TAR archive via a ROM connection and, in turn,
provides the files contained in the TAR archive as individual ROM sessions.
The name of the TAR archive must be specified via the 'name' attribute of
an 'archive' tag, for example:

! <config>
!   <archive name="archive.tar"/>
! </config>

The backing store for the dataspaces exported via ROM sessions is accounted
on the 'tar_rom' service (not on its clients) to make the use of 'tar_rom'
transparent to the regular users of core's ROM service. Hence, this service
must not be used by multiple clients that do not trust each other.