Merge pull request #15 from timgates42/bugfix_typo_permanent
docs: fix simple typo, permament -> permanent
This commit is contained in:
@@ -48,7 +48,7 @@ Under Linux you can disable ASLR, without using a debugger, in (at least) two w
|
|||||||
bash, with which I can execute examples, like this:
|
bash, with which I can execute examples, like this:
|
||||||
`setarch $(uname --machine) --addr-no-randomize /bin/bash`
|
`setarch $(uname --machine) --addr-no-randomize /bin/bash`
|
||||||
* Writing 0 into `/proc/sys/kernel/randomize_va_space`; you need to be
|
* Writing 0 into `/proc/sys/kernel/randomize_va_space`; you need to be
|
||||||
root to do this and this change has (a non-permament) effect on the
|
root to do this and this change has (a non-permanent) effect on the
|
||||||
whole system, which is something you probably don't want. I use this
|
whole system, which is something you probably don't want. I use this
|
||||||
one only inside VMs.
|
one only inside VMs.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user