mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
The socket file system can be configured in the "socket" attribute of the libc config node like follows. <vfs> <dir name="socket"> <fs/> </dir> </vfs> <libc ... socket="/socket"/> This configures the socket file system libc backend to access files in "/socket" for socket operations.