From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/security/selinux/include/xfrm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/security/selinux/include/xfrm.h b/kernel/security/selinux/include/xfrm.h index a0b4653..0a6f34a 100644 --- a/kernel/security/selinux/include/xfrm.h +++ b/kernel/security/selinux/include/xfrm.h @@ -26,7 +26,7 @@ int selinux_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir); int selinux_xfrm_state_pol_flow_match(struct xfrm_state *x, struct xfrm_policy *xp, - const struct flowi *fl); + const struct flowi_common *flic); #ifdef CONFIG_SECURITY_NETWORK_XFRM extern atomic_t selinux_xfrm_refcount; -- Gitblit v1.6.2