Konstantinos Kallas
Konstantinos Kallas
Also should be closed using #67
Unfortunately the arguments are not quoted properly for now, however there is a clean and easy solution, to just write the script in a file and execute that: ```sh $...
It is unclear if there is a simple solution to get your desired behavior (other than using a script), so I will close this issue for now. If someone has...
Fixed merge conflicts with main but now a test fails, I will figure it out in about an hour!
The issue seems to have to do with our use of `unshare`. It seems that unshare offers an option to allow `setgroups` which is not compatible with `--map-root-user`, which we...
Two questions: 1. Could this job control also be used to first do the unshare and get its pid in the background, create the mapper in the background and then...
This seems like a bug to me and not an enhancement so I think we need to fix it before 0.2
This is resolved by #71. However, ideally we also want to add a test that checks that non-whiteout character device files created in try are not mistakenly assumed to be...
@mgree and @dspinellis any thoughts? I can implement the `ps` solution, I just need a second opinion on whether it is adequately portable :)
So the cleanup test is not passing, however some of the temporary files/directories that are shown in the diff are not created by us; I have added a print before...