mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 22:29:19 +00:00
3084c6f500
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.