hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/security/apparmor/lsm.c
....@@ -1161,10 +1161,10 @@
11611161 #endif
11621162
11631163 /*
1164
- * The cred blob is a pointer to, not an instance of, an aa_task_ctx.
1164
+ * The cred blob is a pointer to, not an instance of, an aa_label.
11651165 */
11661166 struct lsm_blob_sizes apparmor_blob_sizes __lsm_ro_after_init = {
1167
- .lbs_cred = sizeof(struct aa_task_ctx *),
1167
+ .lbs_cred = sizeof(struct aa_label *),
11681168 .lbs_file = sizeof(struct aa_file_ctx),
11691169 .lbs_task = sizeof(struct aa_task_ctx),
11701170 };