depot: add recall_fs runtime pkg

Issue #4281
This commit is contained in:
Norman Feske 2021-10-05 13:42:19 +02:00
parent 42541fcc92
commit 6e32102cc6
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Service for providing component-specific file-system compartments

View File

@ -0,0 +1 @@
_/src/chroot

View File

@ -0,0 +1 @@
2021-10-04 d3cbe29a0209e9eaeff73111b0c27684312e649e

View File

@ -0,0 +1,13 @@
<runtime ram="1M" caps="100" binary="chroot">
<requires> <file_system/> </requires>
<provides> <file_system/> </provides>
<config> <default-policy path_prefix="/recall" writeable="yes"/> </config>
<content>
<rom label="ld.lib.so"/>
<rom label="chroot"/>
</content>
</runtime>