|
|
|
|
|
by geofft
3261 days ago
|
|
> is linux randomizing is per exec ? Not entirely sure what you're meaning to ask, but yes, Linux does KASLR and tries very hard not to leak pointer addresses from the running kernel to unprivileged userspace: https://lwn.net/Articles/569635/ It's been enabled by default since the upstream 4.12 kernel, and usually well before that in distros. |
|
(edit I presume that's what the poster above mentioned re: per exec)