Add missing 'root' attribute to vfs policies

The commit "os: avoid using deprecated APIs" tightens the policy
configuration of the VFS server such that the 'root' attribute is no
longer optional.
This commit is contained in:
Norman Feske
2019-01-24 13:59:43 +01:00
parent f3dfe88477
commit 431c80bbca
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ append config {
<!-- be careful to avoid endless output loop for core.log -->
<dir name="log_core"> <} [log_service] { name="log.log"/> </dir>
</vfs>
<policy label_prefix="fs_log" writeable="yes"/>
<policy label_prefix="fs_log" writeable="yes" root="/"/>
</config>
</start>