Skip to content
Snippets Groups Projects
Commit 3df98d79 authored by Paul Moore's avatar Paul Moore
Browse files

lsm,selinux: pass flowi_common instead of flowi to the LSM hooks


As pointed out by Herbert in a recent related patch, the LSM hooks do
not have the necessary address family information to use the flowi
struct safely.  As none of the LSMs currently use any of the protocol
specific flowi information, replace the flowi pointers with pointers
to the address family independent flowi_common struct.

Reported-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Acked-by: default avatarJames Morris <jamorris@linux.microsoft.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent b2d99bcb
No related branches found
No related tags found
Loading
Showing
with 53 additions and 38 deletions
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