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.
This commit is contained in:
Norman Feske 2018-11-20 17:25:23 +01:00 committed by Christian Helmuth
parent 6c70a51d28
commit b89cfa95e7
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<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>