From 034f732a1af4ce295d993e6951decc4898967dd3 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 18 Jan 2024 22:13:03 +0100 Subject: initial checkin --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b215cd6 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +linuxnamespaces +=============== + +This is a plumbing-level Python module for working with Linux namespaces via +ctypes. It leverages glibc wrappers to access the relevant system calls and +provides typed abstractions for them. + +License +------- +GPL-3 -- cgit v1.2.3