Nice idea, but unfortunately under the CHROOT jail it can't be done:Run strace -o strace.txt -s4096 -f speaker-test inside and outside the chroot. Then compare the output.
Code:
root@Raspberry-Pi:/tmp# strace -o strace.txt -s4096 -f speaker-test -c 2/usr/bin/strace: test_ptrace_get_syscall_info: PTRACE_TRACEME: Function not implemented/usr/bin/strace: ptrace(PTRACE_TRACEME, ...): Function not implemented/usr/bin/strace: PTRACE_SETOPTIONS: Function not implemented/usr/bin/strace: detach: waitpid(18794): No child processes
Any other ideas?
Statistics: Posted by cparke — 2024-08-21 22:37