From 16c22e7115fb7caa2d7564a3aeaf5b48cd3ba8df Mon Sep 17 00:00:00 2001 From: "Serge E. Hallyn" Date: Mon, 28 Apr 2008 02:13:42 -0700 Subject: [PATCH] --- yaml --- r: 94060 b: refs/heads/master c: 55d00ccfb336b4f85a476a24e18c17b2eaff919e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/security/root_plug.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f23e89803fd9..372baf6596dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c60264c494a119cd3a716a22edc0137b11de6d1e +refs/heads/master: 55d00ccfb336b4f85a476a24e18c17b2eaff919e diff --git a/trunk/security/root_plug.c b/trunk/security/root_plug.c index 6112d1404c81..a41cf42a4fa0 100644 --- a/trunk/security/root_plug.c +++ b/trunk/security/root_plug.c @@ -86,6 +86,7 @@ static struct security_operations rootplug_security_ops = { .task_post_setuid = cap_task_post_setuid, .task_reparent_to_init = cap_task_reparent_to_init, + .task_prctl = cap_task_prctl, .bprm_check_security = rootplug_bprm_check_security, };