mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
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:
@ -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">
|
||||
|
Reference in New Issue
Block a user