Re: [PATCH bpf-next v1 07/13] bpf: lsm: Implement attach, detach and execution.
From: James Morris <jmorris@namei.org>
Date: 2020-01-07 21:27:33
Also in:
bpf, lkml
From: James Morris <jmorris@namei.org>
Date: 2020-01-07 21:27:33
Also in:
bpf, lkml
On Fri, 20 Dec 2019, KP Singh wrote:
- h_dentry = securityfs_create_file(h->name, 0600, parent, - NULL, &hook_ops); + h_dentry = securityfs_create_file(h->name, 0600, + parent, NULL, &hook_ops);
Minor thing to fix for the next version. Reviewed-by: James Morris <redacted> -- James Morris [off-list ref]