mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a362b81898
The latest versions of CloudABI make use of a separate daemon to facilitate connecting/listening on the network, called Flower. Add a package for this daemon, as it is a build dependency for the latest version of cloudabi-utils. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D12264
14 lines
563 B
Plaintext
14 lines
563 B
Plaintext
Flower is a label-based networking daemon.
|
|
|
|
CloudABI applications are not permitted to call bind or connect on
|
|
sockets directly, as that would conflict with CloudABI's security model.
|
|
Instead, they can send RPCs to fulfill such requests to a separate
|
|
daemon, called Flower.
|
|
|
|
Like CloudABI, Flower makes use of a capability-based security model.
|
|
This makes it easy to spawn applications in such a way that they can
|
|
only have a limited view of the network, without requiring separate
|
|
users or complex access control policies.
|
|
|
|
WWW: https://github.com/NuxiNL/flower
|