Commit fab686eb authored by Jann Horn's avatar Jann Horn Committed by Kees Cook
Browse files

seccomp: Remove bogus __user annotations

Buffers that are passed to read_actions_logged() and write_actions_logged()
are in kernel memory; the sysctl core takes care of copying from/to
userspace.

Fixes: 32927393

 ("sysctl: pass kernel pointers to ->proc_handler")
Reviewed-by: default avatarTyler Hicks <code@tyhicks.com>
Signed-off-by: default avatarJann Horn <jannh@google.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20201120170545.1419332-1-jannh@google.com
parent 0d8315dd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment