Enable writeable in ahci_drv for libc vfs tests

Thanks to Steven Harp for reporting.
This commit is contained in:
Christian Helmuth 2017-09-27 09:27:34 +02:00
parent 754d1bd4a3
commit 82d20f94cd
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ append_if $use_ahci config {
<any-service> <parent /> <any-child /></any-service> <any-service> <parent /> <any-child /></any-service>
</route> </route>
<config> <config>
<policy label_prefix="test-libc_vfs" device="0" /> <policy label_prefix="test-libc_vfs" device="0" writeable="yes"/>
<policy label_prefix="vfs" device="0" /> <policy label_prefix="vfs" device="0" writeable="yes"/>
</config> </config>
</start>} </start>}