Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-26 | add a method IDMapping.identity for convenience | Helmut Grohne | |
2024-06-22 | populate_sys: allow device access | Helmut Grohne | |
The systemd test suite does not like having no access to /sys/dev and other trees related to devices. Optionally provide them. Properly virtualizing them likely requires lxcfs or similar. | |||
2024-05-06 | examples/cgroup.py: use the assigned cgroup | Helmut Grohne | |
Fixes: b0874c6086f1 ("lift the dbus functionality from the cgroup example") | |||
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-02-25 | spell check | 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 | |
The textual representation matches util-linux. Not all flag values can be represented textually. | |||
2024-02-01 | add examples/cgroup.py: writeable cgroup hierarchy | Helmut Grohne | |