Re: [Patch lsm/dev-staging] selinux: Fix pointer use in selinux_dentry_init_security
From: Paul Moore <paul@paul-moore.com>
Date: 2024-11-05 22:26:45
Also in:
netfilter-devel
From: Paul Moore <paul@paul-moore.com>
Date: 2024-11-05 22:26:45
Also in:
netfilter-devel
On Sat, Nov 2, 2024 at 3:37 PM Casey Schaufler [off-list ref] wrote:
The cast used while calling security_sid_to_context() is just wrong. Use the address of the pointer instead. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com> --- security/selinux/hooks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Merged into lsm/dev-staging. -- paul-moore.com