1
0
Fork 0

apparmor: Adjust offset when accessing task blob.

AppArmor will no longer be the only user of task blob
after TOMOYO started using task blob.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Fixes: f4ad8f2c40 ("LSM: Infrastructure management of the task security")
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: James Morris <james.morris@microsoft.com>
hifive-unleashed-5.1
Tetsuo Handa 2019-01-21 10:25:10 +09:00 committed by James Morris
parent 9624d5c9c7
commit 6c2976b06f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
static inline struct aa_task_ctx *task_ctx(struct task_struct *task)
{
return task->security;
return task->security + apparmor_blob_sizes.lbs_task;
}
/*