Results 5 comments of Vesim

Hi, I have the same issue on Archlinux. When I try to build ``` const std = @import("std"); const mman = @cImport({ @cDefine("_GNU_SOURCE", {}); @cInclude("sys/mman.h"); }); pub fn main() void...

@LemonBoy ``` Dynamic section at offset 0xabd8 contains 27 entries: Tag Type Name/Value 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] 0x000000000000000c (INIT) 0x2000 0x000000000000000d (FINI) 0x7184 0x0000000000000019 (INIT_ARRAY) 0xb9d0 0x000000000000001b (INIT_ARRAYSZ) 8...

Hi, about a month ago I've created simple PoC for `--exec-wrapper`([link](https://github.com/vesim987/nsjail/commit/cde754212f57060b1726bdf43124468d9b17805d)) it is using execveat to execute the wrapper, so we can avoid leaking the wrapper to the jailed process....

I tried working on that, but I don't have idea how to handle ownership of the pipes. In a PoC I used StdIo.Ignore to pass the pipe's file descriptor. ```diff...

- [ ] anytype parameters are missing in function view