mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
This patch implements a service which provides the contents of a tar archive via the 'File_system::Session' interface. Configuration: <config> <archive name="tar_archive.tar" /> <policy label="label_of_client" root="/rootdir/for/client" /> </config> Fixes #333.