summaryrefslogtreecommitdiff
path: root/linuxnamespaces/idmap.py
AgeCommit message (Collapse)Author
4 daysidmapping functions accept a further proc arguementHelmut Grohne
This allows opening /proc as an O_PATH descriptor, then locking a process up and then still writing idmaps by accessing the now inaccessible /proc via the retained file descriptor.
13 dayssplit idmapping things to new module idmapHelmut Grohne