index
:
~helmut/python-linuxnamespaces.git
main
Python module for working with Linux namespaces
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-21
pyproject.toml: minimum python version
Helmut Grohne
2024-02-21
examples/cgroup.py: drive ravel using asyncio
Helmut Grohne
2024-02-21
fix logic error in populate_sys
Helmut Grohne
2024-02-21
improve error handling in linuxnamespaces.populate_dev
Helmut Grohne
2024-02-21
add function linuxnamespaces.populate_sys
Helmut Grohne
2024-02-21
revoke the false promise that bytes would be convertible to Path
Helmut Grohne
2024-02-16
add an async read method to EventFD
Helmut Grohne
2024-02-15
MountFlags: support conversion to and from a textual representation
Helmut Grohne
2024-02-02
examples/userchroot.py: delete unused function
Helmut Grohne
2024-02-01
add examples/cgroup.py: writeable cgroup hierarchy
Helmut Grohne
2024-01-31
examples/chroottar.py: add explanations for non-trivial aspects
Helmut Grohne
2024-01-31
examples/chroottar.py: harden against tars with high uids
Helmut Grohne
2024-01-31
examples/chroottar.py: improve typing precision
Helmut Grohne
2024-01-27
pyproject.toml: document optional dependency zstandard
Helmut Grohne
2024-01-27
examples/chroottar.py: support saving a tar after working inside
Helmut Grohne
2024-01-27
examples/chroottar.py: allow opening non-zstd tars
Helmut Grohne
2024-01-26
add some metadata to a first pyproject.toml
Helmut Grohne
2024-01-26
improve examples/chroottar.py
Helmut Grohne
2024-01-26
add examples/fakeroot.py
Helmut Grohne
2024-01-25
examples/chroottar.py: work when TMPDIR is private
Helmut Grohne
2024-01-25
new example chroottar.py
Helmut Grohne
2024-01-25
fix examples/chrootfuse2fs.py
Helmut Grohne
2024-01-25
linuxnamespaces.run_in_fork: use os._exit instead of sys.exit
Helmut Grohne
2024-01-22
add example chrootfuse2fs.py
Helmut Grohne
2024-01-22
provide default for IDAllocation.allocation map arg target
Helmut Grohne
2024-01-19
add example for a network namespace with slirp4netns
Helmut Grohne
2024-01-19
add convenience function unshare_user_idmap_nohelper
Helmut Grohne
2024-01-18
add userchroot.py example
Helmut Grohne
2024-01-18
add withallsubuids.py example
Helmut Grohne
2024-01-18
initial checkin
Helmut Grohne