summaryrefslogtreecommitdiff
path: root/examples/chrootfuse.py
AgeCommit message (Collapse)Author
5 dayschange/improve populate_dev APIHelmut 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 daysmount syscall now accepts options as dictHelmut Grohne
2025-03-22examples/chrootfuse.py: add support for erofsHelmut Grohne
2024-05-25examples/chrootfuse.py: fix file descriptor leakHelmut Grohne
Fixes: f01c7690de8e ("add example chrootfuse2fs.py")
2024-05-07mount: allow data argument to be a listHelmut Grohne
2024-03-02fix typosJakub Wilk
2024-02-21examples/chrootfuse2fs.py: generalize to allow squashfsHelmut Grohne