summaryrefslogtreecommitdiff
path: root/examples/chrootfuse.py
AgeCommit message (Collapse)Author
3 daysrelicense as GPL-2+HEADmainHelmut Grohne
The earlier GPL-3 only is implied in the new grant.
2025-06-28change/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.
2025-06-27mount 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