Re: [PATCH v2 3/3] selinux: require EXECMEM for forced ptrace poke
From: Ingo Molnar <mingo@kernel.org>
Date: 2016-09-29 06:19:41
Also in:
lkml
From: Ingo Molnar <mingo@kernel.org>
Date: 2016-09-29 06:19:41
Also in:
lkml
* Jann Horn [off-list ref] 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 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>