linux-namespaces

Work with linux namespaces: create new or enter existing ones

https://github.com/redneb/hs-linux-namespaces

Version on this page:0.1.3.0
LTS Haskell 22.14:0.1.3.1
Stackage Nightly 2024-03-28:0.1.3.1
Latest on Hackage:0.1.3.1

See all snapshots linux-namespaces appears in

BSD-3-Clause licensed and maintained by Marios Titas <rednebΑΤgmxDΟΤcom>
This version can be pinned in stack with:linux-namespaces-0.1.3.0@sha256:a65bd90d4cf0d481dbf38171184ad1bc36e4032f84f5519d45a471867ba4fa9c,1004

Module documentation for 0.1.3.0

Depends on 3 packages(full list with versions):

This library provides bindings to the unshare(2) and setns(2) linux system calls.

Changes

0.1.3.0 2018-06-21

* Use raw POSIX io to write to proc files (Baojun Wang).
* Support denying setgroups to processes in user namespaces, needed to support unprivileged creation of user namespaces (Baojun Wang).

0.1.2.0 2014-10-30

* Provide Read instances for UserMapping & GroupMapping.

0.1.1.1 2014-10-30

* Improve documentation.

0.1.1.0 2014-10-29

* Export data constructors for UserMapping & GroupMapping.