mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
b89cfa95e7
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.
7 lines
203 B
Plaintext
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>
|