Giuseppe Scrivano
Giuseppe Scrivano
@kolyshkin I've added this issue to the crun 2 milestone: https://github.com/containers/crun/milestone/1
thanks for working on this. Could you run a `make clang-format` to correctly format the code? Also, please squash the commits into one since it is only one new feature....
please squash the commits
@macko99 still working on this?
I got no feedback. Please reopen if you are still working on it
some weird interaction between binfmt and a file with capabilities (newuidmap). Could you please share the output of `grep . /proc/sys/fs/binfmt_misc/*`?
I am not sure we can get this work, I've tried something like that in the past but I've found several problems with it. First of all, `mount("/proc/self/fd/$rootfsfd", "/proc/self/fd/$rootfsfd")` seems...
> @seanyoung crun has the ability to load shared libraries when running containers, we are doing something with this when setting up libkrun. If we had a similar library around...
> Lastly the filesystem is case-insensitive. The linux kernel has support for this, but I'm not quite sure what modifications podman needs to set this up. it may need to...