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.1@sha256:2c7ce7f0a9e995551265b72b3dc064ffa08ba5b0b887d80bb0d90c0bc197c7af,1020

Module documentation for 0.1.3.1

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.1 2023-06-23

* Support building with `unix-2.8`.

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.