mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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:
committed by
Christian Helmuth
parent
6c70a51d28
commit
b89cfa95e7
6
repos/gems/run/sculpt/launcher/recall_fs
Normal file
6
repos/gems/run/sculpt/launcher/recall_fs
Normal 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>
|
||||
Reference in New Issue
Block a user