Commit f79223ba authored by Luke Macken's avatar Luke Macken

Mention the new deny_ptrace SELinux boolean in the docs

parent 6a7bd191
...@@ -55,6 +55,12 @@ pyrasite on Fedora by doing the following: ...@@ -55,6 +55,12 @@ pyrasite on Fedora by doing the following:
python setup.py develop python setup.py develop
pyrasite-gui pyrasite-gui
If you're using Fedora 17 or later, you'll need to disable an SELinux boolean to allow ptrace.
.. code-block:: bash
sudo setsebool -P deny_ptrace=off
Mac OS X Mac OS X
-------- --------
......
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