mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
to avoid desensitising the user to ignorable INSTALL.msgs, move ones that just specify things like optional dependencies and initial configuration tips to README.voidlinux
4 lines
231 B
Text
4 lines
231 B
Text
The gdb and lldb injectors require kernel.yama.ptrace_scope to be set to 0.
|
|
This might reduce system security, as it allows regular users to inject into a non-child process.
|
|
|
|
# echo "kernel.yama.ptrace_scope=0" >> /etc/sysctl.conf
|