From ee9f2279876f0d8aa6c2d9c6bd591359a9cde2e7 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Apr 09 2012 15:41:39 +0000 Subject: Turn off deny_ptrace by default, this is what the feature says, so I need to follow the feature --- diff --git a/booleans-targeted.conf b/booleans-targeted.conf index 877a8ea..39b1d43 100644 --- a/booleans-targeted.conf +++ b/booleans-targeted.conf @@ -1,5 +1,5 @@ # Turn off the ability for one process to read/modify another processes memory -deny_ptrace = true +deny_ptrace = false # Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack. deny_execmem = false