blob: 4e4026b6219045cbe9d1b2ddd503d6d2cc70cbc1 [file] [view]
# TeeClientFeatures
no description
<table>
<tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr>
<tr id="tmp_storage">
<td><code>tmp_storage</code></td>
<td><code>bool</code></td>
<td>Whether this component requires tmp storage, routed as /tmp.</td>
<td></td>
</tr>
<tr id="securemem">
<td><code>securemem</code></td>
<td><code>bool</code></td>
<td>Whether this component needs /dev-class/securemem routed to it. If true, the securemem</td>
<td></td>
</tr>
<tr id="persistent_storage">
<td><code>persistent_storage</code></td>
<td><code>bool</code></td>
<td>Whether this component requires persistent storage, routed as /data.</td>
<td></td>
</tr>
</table>