genode/repos/dde_linux/recipes/pkg/wireguard/runtime
Martin Stein aea993b96a wireguard: sculpt package
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
2022-05-31 10:52:00 +02:00

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>