kernel/security/apparmor/lsm.c
.. .. @@ -1161,10 +1161,10 @@ 1161 1161 #endif 1162 1162 1163 1163 /* 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.1165 1165 */ 1166 1166 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 *),1168 1168 .lbs_file = sizeof(struct aa_file_ctx), 1169 1169 .lbs_task = sizeof(struct aa_task_ctx), 1170 1170 };