heads
heads copied to clipboard
Updated README.md for kernel.yama.ptrace_scope issues
README.md updated in build instructions and in particular an error encountered because of kernel.yama.ptrace_scope during docker image build
@JonathonHall-Purism I'm ok with that change since it fixed user's issue in his usage context I cannot replicate. Are you?
@123ahaha thanks!
Thanks for writing this up @123ahaha !
I'm curious to know why ptracing would occur during the docker image build, did you happen to notice where it happens? (It's fine if not, certainly appreciate the PR for this either way!)
With the knowledge I have it's either :
- for docker profiling: I don't know whether strace, perf or execve are used at some point
- for sandbox mechanisms on which docker relies
- or for system calls, but I don't see why you'd need syscall to build the image or to go into it...