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

Module documentation for 0.2.0.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.2.0.1 2024-12-16

* Fix build with pre 5.6 linux-headers, where there is no support for time namespaces.

0.2.0.0 2024-11-29

* Add support for CGroup and time namespaces.

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.