commit | 41a4695ca46d8798f89b477855973eb2ad3f4f69 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Feb 27 08:37:56 2013 -0800 |
committer | Kees Cook <keescook@chromium.org> | Fri Feb 27 16:53:09 2015 -0800 |
tree | 5cd16b1a1cdd12c89da6e72995f05b2ce68e1fcb | |
parent | 04f81f0154e4bf002be6f4d85668ce1257efa4d9 [diff] |
Yama: do not modify global sysctl table entry When the sysctl table is constified, we won't be able to directly modify it. Instead, use a table copy that carries any needed changes. Suggested-by: PaX Team <pageexec@freemail.hu> Signed-off-by: Kees Cook <keescook@chromium.org>