mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
aea993b96a
Introduces the pkg/wireguard archive that depends on the new src/wireguard archive and deploys one WireGuard component with an empty configuration (can be configured by the user via a launcher, for instance). Fixed #4519
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
<runtime ram="10M" caps="100" binary="wireguard">
|
|
|
|
<requires>
|
|
<nic label="nic_session"/>
|
|
<uplink label="uplink_session"/>
|
|
<timer/>
|
|
</requires>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="wireguard"/>
|
|
</content>
|
|
|
|
</runtime>
|