Home
last modified time | relevance | path

Searched hist:"37923 d43" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dlsm.c37923d43 Thu Oct 20 19:46:04 CDT 2022 Xiu Jianfeng <xiujianfeng@huawei.com> apparmor: Use pointer to struct aa_label for lbs_cred

According to the implementations of cred_label() and set_cred_label(),
we should use pointer to struct aa_label for lbs_cred instead of struct
aa_task_ctx, this patch fixes it.

Fixes: bbd3662a8348 ("Infrastructure management of the cred security blob")
Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>