From 09b27546c7942bbdd08cf251a40cebe1d3bbcaa9 Mon Sep 17 00:00:00 2001 From: Liu Chao Date: Fri, 20 Dec 2024 02:48:24 +0000 Subject: [PATCH] test ci Signed-off-by: Liu Chao --- criu/cr-restore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/criu/cr-restore.c b/criu/cr-restore.c index 646300bdb8..4bf2a22f7f 100644 --- a/criu/cr-restore.c +++ b/criu/cr-restore.c @@ -2994,6 +2994,7 @@ static struct thread_creds_args *rst_prep_creds_args(CredsEntry *ce, unsigned lo args->creds.cap_bnd = NULL; args->creds.groups = NULL; args->creds.lsm_profile = NULL; + args->creds.lsm_profile = NULL; copy_caps(args->cap_inh, ce->cap_inh, ce->n_cap_inh); copy_caps(args->cap_eff, ce->cap_eff, ce->n_cap_eff);