Age | Commit message (Expand) | Author |
2024-05-10 | Revert "examples/chroottar.py: harden against tars with high uids" | Helmut Grohne |
2024-05-09 | add linuxnamespaces.tarinfo.XAttrTarFile | Helmut Grohne |
2024-05-09 | add linuxnamespaces.tarutils | Helmut Grohne |
2024-05-07 | mount: allow data argument to be a list | Helmut Grohne |
2024-05-06 | chroottar.py: don't raise NotImplementedError for misuse | Helmut Grohne |
2024-05-06 | chroottar.py: implement Tarfile.zstopen for fileobj | Helmut Grohne |
2024-05-06 | examples/cgroup.py: use the assigned cgroup | Helmut Grohne |
2024-04-23 | lift the dbus functionality from the cgroup example | Helmut Grohne |
2024-04-19 | examples/cgroup.py: support jeepney as an alternative to ravel | Helmut Grohne |
2024-04-19 | examples/cgroup.py: use asyncio.run | Helmut Grohne |
2024-04-19 | examples/cgroup.py: do not fail when ravel is unavailable | Helmut Grohne |
2024-04-18 | examples/cgroup.py: we should pass Delegate=true | Helmut Grohne |
2024-04-18 | examples/cgroup.py: extract a context manager waiting for systemd jobs | Helmut Grohne |
2024-04-04 | add an example for unsharing a PID namespace | Helmut Grohne |
2024-03-03 | add function for prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, ...) | Helmut Grohne |
2024-03-02 | fix typos | Jakub Wilk |
2024-03-02 | examples/chroottar.py: make pylint happier | Helmut Grohne |
2024-03-01 | add rudimentary prctl syscall wrapper | Helmut Grohne |
2024-02-25 | spell check | Helmut Grohne |
2024-02-21 | examples/chrootfuse2fs.py: generalize to allow squashfs | Helmut Grohne |
2024-02-21 | examples/cgroup.py: drive ravel using asyncio | Helmut Grohne |
2024-02-21 | add function linuxnamespaces.populate_sys | 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 | 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 | 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-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-18 | add userchroot.py example | Helmut Grohne |
2024-01-18 | add withallsubuids.py example | Helmut Grohne |