projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]
[linux-2.6.git]
/
security
/
root_plug.c
diff --git
a/security/root_plug.c
b/security/root_plug.c
index
40fb4f1
..
559578f
100644
(file)
--- a/
security/root_plug.c
+++ b/
security/root_plug.c
@@
-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,