aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release 0.2.2HEADv0.2.2masterKarel Kočí2022-02-11
|
* Read subuid and subgid files instead of hard coded valuesKarel Kočí2022-02-11
| | | | | | This implements reading of /etc/subuid and /etc/subgid files to correctly map user and group IDs. It also allows just mapping the user itself if there is no mapping configured.
* Release 0.2.1v0.2.1Karel Kočí2019-05-01
|
* child: fix single argument causing shell startupKarel Kočí2019-05-01
| | | | | There was an error where when we had only one argument that it would not run it as program but it would start shell instead. This fixes that.
* Release 0.2v0.2Karel Kočí2019-04-28
| | | | | This is new release with support for preserving binfmt_misc. This allows uroot to be used to chroot to non-native architecture roots.
* child: allow binfmt_misc to be preservedKarel Kočí2019-04-28
| | | | This should allow chrooting to non-native systems using qemu.
* Add argument parserKarel Kočí2019-04-28
| | | | This implements argument parser based on glibc argp.
* child: fix what arguments we are usingKarel Kočí2019-04-28
|
* Update to working versionKarel Kočí2018-12-02
| | | | | Still way off from something usable by someone else but it already works for me.
* Initial commitKarel Kočí2018-08-27