mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00: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:
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>
|
Loading…
Reference in New Issue
Block a user