Commit da666130 authored by Luke Macken's avatar Luke Macken

mention ubuntus ptrace restrictions

parent aa12ec18
......@@ -127,6 +127,16 @@ If you don't want to override Apple's default gdb, install the latest version of
$ ./configure --program-prefix=gnu
$ pyrasite <PID> payloads/reverse_python_shell.py --prefix="gnu"
Ubuntu
------
Since version 10.10, Ubuntu ships with a `controversial patch <https://lkml.org/lkml/2010/6/16/421>`_ that restricts the scope of ptrace, which can be disabled by running:
::
echo 0 > /proc/sys/kernel/yama/ptrace_scope
Mailing List
~~~~~~~~~~~~
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment