Turn on deny_ptrace boolean for the Rawhide run, so we can test this out
This commit is contained in:
parent
75a7b93abc
commit
a2e8b9ca5d
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user