SUSE / libpulp

libpulp enables live patching in user space applications.
GNU Lesser General Public License v2.1
55 stars 11 forks source link

Check for ptrace_scope before doing ulp operations #201

Closed giulianobelinassi closed 6 months ago

giulianobelinassi commented 6 months ago

YAMA has a security feature that block ptrace of non-child processes. Check for that when the command is issued to make sure everything will work as it should.