diff options
-rw-r--r-- | security/root_plug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/root_plug.c b/security/root_plug.c index 6112d1404c81..a41cf42a4fa0 100644 --- a/security/root_plug.c +++ b/security/root_plug.c | |||
@@ -86,6 +86,7 @@ static struct security_operations rootplug_security_ops = { | |||
86 | 86 | ||
87 | .task_post_setuid = cap_task_post_setuid, | 87 | .task_post_setuid = cap_task_post_setuid, |
88 | .task_reparent_to_init = cap_task_reparent_to_init, | 88 | .task_reparent_to_init = cap_task_reparent_to_init, |
89 | .task_prctl = cap_task_prctl, | ||
89 | 90 | ||
90 | .bprm_check_security = rootplug_bprm_check_security, | 91 | .bprm_check_security = rootplug_bprm_check_security, |
91 | }; | 92 | }; |