freebsd-ports/net/flower/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

12 lines
524 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.