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