Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Liu Chao <liuchao173@huawei.com>
  • Loading branch information
liuchao173 committed Dec 20, 2024
1 parent 32d5a76 commit 09b2754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions criu/cr-restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 09b2754

Please sign in to comment.