mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-05 10:27:25 +00: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.