Dmitrii Kuvaiskii

Results 681 comments of Dmitrii Kuvaiskii

@boryspoplawski Should we keep this issue? Probably still exists (maybe will be fixed after moving to Meson). But in general, can this happen in practice? Is this something that was...

Thanks, Anjo. This helps greatly for applications that frequently fork children during runtime. E.g., web/database applications that fork a child for every client connection (PostgreSQL). On one of such applications,...

@boryspoplawski What is the status of this issue?

Jenkins, retest Jenkins-Debug please (LTP test `alarm03` failed, cannot reproduce locally and generally unrelated)

>I don't know a real world example like this, but I guess it is possible. The attached test program reads and writes on the same file descriptor from two threads....

@vijaydhanraj Please look at this. This looks like a rather simple change.

So this issue turned out to be more complicated to do right than it seemed. The main problem is that if we keep allowed files' mappings in untrusted memory, there...

> And overall I'd discourage our users from sanitizing the arguments, they should rather just provide them from a trusted source (using protected argv). Sometimes there are legit reasons to...

Pawel will look more into this, but for now I'm assigning Priority 2 since this doesn't look like blocking any workloads.

I'd like to note that there is *no shared and consistent view of the FS across Graphene processes*. For example, a parent Graphene process and a child Graphene process will...