mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
arora.run: use VFS server for socket file system
Using the lxip VFS plugin locally can cause a deadlock in the browser (see issue #2635). Fixes #2977
This commit is contained in:
committed by
Christian Helmuth
parent
2300feaf9d
commit
1d1942f48a
@@ -96,6 +96,18 @@ append config {
|
||||
</route>
|
||||
</start>
|
||||
|
||||
<start name="vfs" caps="250">
|
||||
<resource name="RAM" quantum="32M"/>
|
||||
<provides> <service name="File_system"/> </provides>
|
||||
<config>
|
||||
<vfs>
|
||||
<dir name="socket"> <lxip dhcp="yes"/> </dir>
|
||||
</vfs>
|
||||
<default-policy writeable="yes" root="/"/>
|
||||
</config>
|
||||
</start>
|
||||
|
||||
|
||||
<start name="arora" caps="2000">
|
||||
<resource name="RAM" quantum="2G"/>
|
||||
<config clipboard="yes">
|
||||
@@ -105,7 +117,7 @@ append config {
|
||||
<jitterentropy name="random"/>
|
||||
<inline name="rtc">2018-01-01 00:01</inline>
|
||||
</dir>
|
||||
<dir name="socket"> <lxip dhcp="yes"/> </dir>
|
||||
<fs/>
|
||||
<tar name="qt5_dejavusans.tar"/>
|
||||
</vfs>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" socket="/socket"/>
|
||||
|
||||
Reference in New Issue
Block a user