We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bd4ab commit f96dbd1Copy full SHA for f96dbd1
test/README.md
@@ -175,7 +175,8 @@ cat /tmp/user/1000/testo9vsdjo3/node1/regtest/bitcoind.pid
175
gdb /home/example/bitcoind <pid>
176
```
177
178
-Note: gdb attach step may require `sudo`
+Note: gdb attach step may require ptrace_scope to be modified, or `sudo` preceding the `gdb`.
179
+See this link for considerations: https://www.kernel.org/doc/Documentation/security/Yama.txt
180
181
### Util tests
182
0 commit comments