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. | |||
6 days | mount syscall now accepts options as dict | Helmut Grohne | |
2025-03-22 | examples/chrootfuse.py: add support for erofs | Helmut Grohne | |
2024-05-25 | examples/chrootfuse.py: fix file descriptor leak | Helmut Grohne | |
Fixes: f01c7690de8e ("add example chrootfuse2fs.py") | |||
2024-05-07 | mount: allow data argument to be a list | Helmut Grohne | |
2024-03-02 | fix typos | Jakub Wilk | |
2024-02-21 | examples/chrootfuse2fs.py: generalize to allow squashfs | Helmut Grohne | |