diff options
Diffstat (limited to 'net/flower/pkg-descr')
-rw-r--r-- | net/flower/pkg-descr | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/flower/pkg-descr b/net/flower/pkg-descr deleted file mode 100644 index f1e03e021948..000000000000 --- a/net/flower/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -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. |