Re: [PATCH bpf-next v1 06/13] bpf: lsm: Init Hooks and create files in securityfs
From: KP Singh <hidden>
Date: 2020-01-03 23:53:03
Also in:
bpf, lkml
From: KP Singh <hidden>
Date: 2020-01-03 23:53:03
Also in:
bpf, lkml
On 30-Dez 11:20, Kees Cook wrote:
On Mon, Dec 30, 2019 at 04:37:11PM +0100, KP Singh wrote:quoted
On 23-Dec 22:28, Andrii Nakryiko wrote:quoted
On Fri, Dec 20, 2019 at 7:43 AM KP Singh [off-list ref] wrote: [...]Good catch! You're right. These macros will not be there in v2 as we move to using trampolines based callbacks.Speaking of which -- is the BPF trampoline code correctly designed to be W^X?
Thanks for pointing this out! I don't think this is the case as of now. The dispatcher logic and the tracing programs allocate one page where one half of it is used for the active trampoline and the other half is used as a staging area for a future replacement. I sent a patch as an attempt to fix this: https://lore.kernel.org/bpf/20200103234725.22846-1-kpsingh@chromium.org/T/#u (local) - KP
-- Kees Cook