Translations:KDevelop5/Manual/Debugging programs/24/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 14:51, 7 September 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop5/Manual/Debugging programs)
The other way that is the more secure way is to run:
{{Input|1=<nowiki>echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope</nowiki>}}
when you want to use the feature, and:
{{Input|1=<nowiki>echo 1 | sudo tee /proc/sys/kernel/yama/ptrace_scope</nowiki>}}
when you have completed your need for attaching to a running process.

The other way that is the more secure way is to run:

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

when you want to use the feature, and:

echo 1 | sudo tee /proc/sys/kernel/yama/ptrace_scope

when you have completed your need for attaching to a running process.