Skip to content

Commit

Permalink
Merge pull request remzi-arpacidusseau#15 from timgates42/bugfix_typo…
Browse files Browse the repository at this point in the history
…_permanent

docs: fix simple typo, permament -> permanent
  • Loading branch information
remzi-arpacidusseau authored Dec 7, 2020
2 parents 2f16917 + ad66eaf commit 03c28ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
`setarch $(uname --machine) --addr-no-randomize /bin/bash`
* 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
one only inside VMs.

Expand Down

0 comments on commit 03c28ce

Please sign in to comment.