Re: [PATCH v2 3/3] selinux: require EXECMEM for forced ptrace poke

From: Ingo Molnar
Date: Thu Sep 29 2016 - 02:19:43 EST



* Jann Horn <jann@xxxxxxxxx> wrote:

> +{
> + /* Permitting a write to readonly memory is fine - making the readonly
> + * memory executable afterwards would require EXECMOD permission because
> + * anon_vma would be non-NULL.
> + */

Minor stylistic nit: please fix this comment to be visually symmetric. (There's
another one introduced by one of your other patches.)

Thanks,

Ingo