restricted-workers v0.2 Release Notes
Release Date: 2013-09-30 // over 11 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.1.0
-
๐ท Introducing: restricted-workers library, version 0.1.0.
This library provides an abstract interface for running various kinds
๐ท of workers under resource restrictions. It is being developed as part
of the interactive-diagrams project and you can read more about the
origins of the library in my GSoC report:
http://parenz.wordpress.com/2013/07/15/interactive-diagrams-gsoc-progress-report/๐ท The library provides a convenient way of running worker processes,
๐ท saving data obtained by the workers at start-up, a simple pool
๐ abstraction and a configurable security and resource limitations.๐ Right now there are several kinds of security restrictions that could
๐ท be applied to the worker process:- RLimits
- chroot jail
- custom process euid
- cgroups
- ๐จ process niceness
- ๐ SELinux security context
You can read more about the library on the wiki:
๐ท https://github.com/co-dan/interactive-diagrams/wiki/Restricted-WorkersThe library has been uploaded to hackage and you can install it using cabal-install.