函数源码 |
Source File:security\selinux\xfrm.c |
Create Date:2022-07-27 20:46:19 |
首页 | Copyright©Brick |
312 313 314 315 316 317 318 | /* * LSM hook implementation that frees xfrm_sec_ctx security information. */ void selinux_xfrm_policy_free( struct xfrm_sec_ctx *ctx) { selinux_xfrm_free(ctx); } |