https://github.com/stemjail/stemflow
Access-control policy engine
https://github.com/stemjail/stemflow
Last synced: 3 months ago
JSON representation
Access-control policy engine
- Host: GitHub
- URL: https://github.com/stemjail/stemflow
- Owner: stemjail
- License: gpl-3.0
- Created: 2015-06-02T11:50:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-01T17:17:43.000Z (over 9 years ago)
- Last Synced: 2025-12-14T01:08:28.306Z (6 months ago)
- Language: Rust
- Homepage: https://stemjail.github.io/rustdoc/stemflow/
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER.txt
Awesome Lists containing this project
README
# StemFlow
StemFlow is an access-control policy engine for StemJail.
It manages access-control lists called domains.
A domain can transition to an other iff the destination is a superset of the source.
This engine can create an intersection domain according to a common access between multiple domains.
This is useful to get a minimal domain allowing a specific access.
This library is a work in progress.
The API may change.