diff options
| author | James Morris <jmorris@namei.org> | 2009-01-07 09:21:54 +1100 | 
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2009-01-07 09:21:54 +1100 | 
| commit | 29881c4502ba05f46bc12ae8053d4e08d7e2615c (patch) | |
| tree | 536ea4ac63554e836438bd5f370ddecaa343f1f4 /security/root_plug.c | |
| parent | 76f7ba35d4b5219fcc4cb072134c020ec77d030d (diff) | |
| download | olio-linux-3.10-29881c4502ba05f46bc12ae8053d4e08d7e2615c.tar.xz olio-linux-3.10-29881c4502ba05f46bc12ae8053d4e08d7e2615c.zip  | |
Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]"
This reverts commit 14eaddc967b16017d4a1a24d2be6c28ecbe06ed8.
David has a better version to come.
Diffstat (limited to 'security/root_plug.c')
| -rw-r--r-- | security/root_plug.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/security/root_plug.c b/security/root_plug.c index 559578f8ac6..40fb4f15e27 100644 --- a/security/root_plug.c +++ b/security/root_plug.c @@ -77,7 +77,6 @@ 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,  |