Turn on deny_ptrace boolean for the Rawhide run, so we can test this out

This commit is contained in:
Dan Walsh 2012-01-24 09:30:07 -05:00
parent 75a7b93abc
commit a2e8b9ca5d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Turn off the ability for one process to read/modify another processes memory
deny_ptrace = true
# Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack. # Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack.
# #
allow_execmem = false allow_execmem = false

View File

@ -1,5 +1,7 @@
# Turn off the ability for one process to read/modify another processes memory
deny_ptrace = true
# Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack. # Allow making anonymous memory executable, e.g.for runtime-code generation or executable stack.
#
deny_execmem = false deny_execmem = false
allow_execmem = true allow_execmem = true