diff options
Diffstat (limited to 'security/root_plug.c')
-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 40fb4f15e27b..559578f8ac66 100644 --- a/security/root_plug.c +++ b/security/root_plug.c | |||
@@ -77,6 +77,7 @@ static struct security_operations rootplug_security_ops = { | |||
77 | .capget = cap_capget, | 77 | .capget = cap_capget, |
78 | .capset = cap_capset, | 78 | .capset = cap_capset, |
79 | .capable = cap_capable, | 79 | .capable = cap_capable, |
80 | .task_capable = cap_task_capable, | ||
80 | 81 | ||
81 | .bprm_set_creds = cap_bprm_set_creds, | 82 | .bprm_set_creds = cap_bprm_set_creds, |
82 | 83 | ||