Skip to content

Enable killpriv v2 support

Connor Kuehl requested to merge cikuehl/virtiofsd-rs:killpriv_v2 into main

Most of this series is just setup, introducing the relevant FUSE flags needed to our FUSE types.

When applied, the pjdfstests suite now passes without any failures since the killpriv v2 semantics are upheld by the server.

edit: actually, getrandom must be added to our seccomp allow list for the pjdfstests to run to completion. I haven't dug into why, exactly, the server is calling getrandom yet, and it's not included in this series.

Signed-off-by: Connor Kuehl ckuehl@redhat.com

Edited by Connor Kuehl

Merge request reports