ITADN

Allow mixing libc and raw backend on Linux (at least for linux_execfn)

#1614Closedoech3 创建于 2026-04-17
O
oech3commented
At uutils/coreutils, AT_EXECFN is used at multi-call binary to match with AppArmor's policy (avoid argv[0] hijack) and raw backend is used to avoid `LD_PRELOAD` injection. However, `LD_PRELOAD` is required by some GnuTests. It can be avoided if `rustix::raw::param::linux_execfn()` is possible.
关闭于 2026-05-17 8 条评论