genode/repos/gems/run/sculpt/launcher/recall_fs
Norman Feske b89cfa95e7 sculpt: launcher for recall_fs
The recall file system is a place where components can remember state.
E.g., to allow the window layouter to recall the window layout of the
previous session.
2018-11-29 11:46:02 +01:00

7 lines
203 B
Plaintext

<launcher pkg="chroot">
<route>
<service name="File_system"> <child name="default_fs_rw"/> </service>
</route>
<config> <default-policy path_prefix="/recall" writeable="yes"/> </config>
</launcher>