eafer/rdrview

Musl 1.2.2 requires --disable-sandbox

Closed this issue · 4 comments

Hello,
latest master requires the sandbox to be disabled on my musl system.

eafer commented

Here you go:

[pid 24984] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 EPERM (Operation not permitted)
[pid 24984] rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1 RT_2], 0x7ffff841abd0, 8) = -1 EPERM (Operation not permitted)
[pid 24984] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = -1 EPERM (Operation not permitted)

eafer commented

This was fast. It does work now again. Thank you!