CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]
[linux-2.6-block.git] / security / root_plug.c
index 40fb4f15e27b6d360e1634c4d0f795e0edf621c1..559578f8ac66f864218886a7262fcebb17ce3562 100644 (file)
@@ -77,6 +77,7 @@ static struct security_operations rootplug_security_ops = {
        .capget =                       cap_capget,
        .capset =                       cap_capset,
        .capable =                      cap_capable,
+       .task_capable =                 cap_task_capable,
 
        .bprm_set_creds =               cap_bprm_set_creds,