Enable ptrace on all Linux platforms#624
Conversation
|
As for tests, couldn't you have a test that just makes any call and even if an |
|
Additionally we can run actual tests only on non-qemu targets. |
|
@geofft This needs a CHANGELOG entry and a rebase and it should be good to merge. |
Nothing that nix currently binds is architecture-specific, and Android supports ptrace just as much as non-Android Linux.
|
@Susurrus rebased, added a changelog entry, and added a test that ptracing yourself fails with either EPERM (expected) or ENOSYS (qemu-user). Lemme know if you need anything else and sorry for being slow to do this! |
|
LGTM. Eventually I'd like to have a few bors r+ |
Build succeeded |
Nothing that nix currently binds is architecture-specific, and Android
supports ptrace just as much as non-Android Linux.