Skip to content
Commit 0707dcf4 authored by Dave Martin's avatar Dave Martin
Browse files

arm64: vdso: Supply vDSO bounds to seccomp syscall filters



Pass the vDSO text bounds to seccomp, so that they can be passed to
seccomp filters via struct seccomp_data.

This allows seccomp filters to treat syscalls from the vDSO
differently from other syscalls.

For now This discrimination should not be relied on for any
security property, since nothing stops userspace moving the vDSO
under a filter's feet.

Signed-off-by: default avatarDave Martin <Dave.Martin@arm.com>
parent 1ff03563
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment