Results 302 comments of Yashodhan

Hey, no worries! :smile: I am still interested in helping out, but I'll need to take another look at what I was suggesting as I seem to have forgotten that...

@kivikakk Opened #292 , please take a look!

> A rough search didn't show me that there is a well-maintained crate that has these interfaces exposed Yes, that was one of the reason I asked! I haven't contributed...

Hey, thanks for the details reply and explanation! (And apologies for my long reply!) >However, the biggest stumbling block is that unshare(CLONE_NEWPID) requires CAP_SYS_ADMIN, or in other words that it...

Hey, I have been trying out various approaches to this, and wanted to check some things with you : For this to work, we will need to launch a separate...

Hey, I might have explained it a bit wrong, because I still mean two spawns, not three. I think a better way would be me opening a temp PR with...

Hey @sunshowers so I worked around a bit on this, and have reached to an unfortunate conclusion that we might _have_ to use some unsafe code inn order to get...

Hey @sunshowers , I'm afraid that at least for now I am not able to find any workaround. It seems that we will have to let go of pid namespacing...

The problem here isn't even that we absolutely need mount call ... I was using mount so that we can easily get list of processes in the new ns. If...

Hey, Thanks a lot for your interest. https://craftinginterpreters.com/ is my go to suggestion for learning about compilers. Do you have any preference for approach 1 or 2? I have a...