Dmitrii Kuvaiskii

Results 681 comments of Dmitrii Kuvaiskii

`fchownat()` implementation in Graphene does some checks (but doesn't care about flags, uid, gid) and then doesn't perform any "change ownership" logic but simply returns success: https://github.com/oscarlab/graphene/blob/f1a9c785128522ae4abc604a7ae10f4d4e7f0573/LibOS/shim/src/sys/shim_file.c#L239 Technically, Graphene doesn't...

This limitation is still there. I once tried to fix it with this (not merged) PR: https://github.com/oscarlab/graphene/pull/1511. But the problem with sending ancillary data in `sendmsg` (via `SCM_RIGHTS` flag) is...

Doesn't seem like much of a problem to me. But ideally (and for other reasons) I would prefer to not use a `/lib` path for Graphene-patched libs but instead something...

Good catch. Indeed, we just assumed the `root` user in GSC Dockerfiles. @vahldiek Do you know of a quick fix for this?

Not any time soon, unfortunately. There are plans to work on such low-level interfaces, but this work will not be done earlier than say mid-summer. We are aware that some...