summaryrefslogtreecommitdiffstats
path: root/src/unshare.rs
AgeCommit message (Expand)Author
2021-10-11Map single UID/GID, not full subid mappingMatthias Schiffer
2021-10-11Switch to unprivileged user in container using unshareMatthias Schiffer
2021-10-07Various code improvements suggested by clippyMatthias Schiffer
2021-09-11Update for new rootfsMatthias Schiffer
2021-09-05runc: remap UIDs/GIDs in task containerMatthias Schiffer
2021-09-05Map host user to root instead of build user inside runner namespaceMatthias Schiffer
2021-09-05unshare: use AsRef<Path> for filename argumentMatthias Schiffer
2021-09-02unshare: remove obsolete code commentMatthias Schiffer
2021-06-19unshare: use nix types for BUILD_UID/BUILD_GIDMatthias Schiffer
2021-02-06unshare: use u32 for UIDs/GIDsMatthias Schiffer
2021-02-06runc: map upper user to regular UID instead of rootMatthias Schiffer
2021-02-05IPC setupMatthias Schiffer
2021-01-31unshare: fix parse_uid() nameMatthias Schiffer
2021-01-31unshare: improve implementationMatthias Schiffer
2021-01-31Unshare/subuid handlingMatthias Schiffer