]> git.baikalelectronics.ru Git - kernel.git/commit
LSM: Remove security_task_create() hook.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Fri, 14 Jul 2017 10:38:36 +0000 (19:38 +0900)
committerJames Morris <james.l.morris@oracle.com>
Tue, 18 Jul 2017 07:24:03 +0000 (17:24 +1000)
commit69c4601a08996afb8088b516fd6cfccf21805757
tree04745a9399692f288e5494acef2e1a912f0e550e
parent89ab5ef12bda2fc73ba9a7a0076ba737266f0a22
LSM: Remove security_task_create() hook.

Since commit 7f136b3d5aa8ed4c ("selinux: Use task_alloc hook rather than
task_create hook") changed to use task_alloc hook, task_create hook is
no longer used.

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <james.l.morris@oracle.com>
include/linux/lsm_hooks.h
include/linux/security.h
kernel/fork.c
security/security.c