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

@ -43,7 +43,7 @@
<provides> <service name="File_system"/> </provides>
<config>
<vfs> <log/> </vfs>
<default-policy writeable="yes"/>
<default-policy root="/" writeable="yes"/>
</config>
</start>
<start name="log_2" caps="64">