Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | change/improve populate_dev API | Helmut Grohne | |
populate_dev may be used before unsharing a pid namespace with the intention of unsharing it. Then, /dev/pts should not be mounted and instead that mount needs to happen inside the newly created pid namespace. To allow for this usage, rename the pidns argument to pts and turn it into a literal. It may also be desired to have a /dev without pts, so add that option as well. It's a breaking change, but it does add clarity. | |||
2024-06-16 | examples/userchroot.py: correctly bind mount proc and sys | Helmut Grohne | |
Fixes: be42cb03f861 ("add userchroot.py example") | |||
2024-02-02 | examples/userchroot.py: delete unused function | Helmut Grohne | |
2024-01-22 | provide default for IDAllocation.allocation map arg target | Helmut Grohne | |
Most frequently, the root user is allocated. | |||
2024-01-18 | add userchroot.py example | Helmut Grohne | |