diff options
| author | Eric Paris <[email protected]> | 2009-04-29 18:00:25 +0000 |
|---|---|---|
| committer | James Morris <[email protected]> | 2009-04-29 22:45:56 +0000 |
| commit | 88c48db9788862d0290831d081bc3c64e13b592f (patch) | |
| tree | 5d0e0aedd2c5c0ea8db4007cac66f930ddbe73d7 /security/selinux/hooks.c | |
| parent | modules: Fix up build when CONFIG_MODULE_UNLOAD=n. (diff) | |
| download | kernel-88c48db9788862d0290831d081bc3c64e13b592f.tar.gz kernel-88c48db9788862d0290831d081bc3c64e13b592f.zip | |
SELinux: drop secondary_ops->sysctl
We are still calling secondary_ops->sysctl even though the capabilities
module does not define a sysctl operation.
Signed-off-by: Eric Paris <[email protected]>
Acked-by: Stephen Smalley <[email protected]>
Signed-off-by: James Morris <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index ba808ef6babb..dd19ba81201f 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -1980,10 +1980,6 @@ static int selinux_sysctl(ctl_table *table, int op) u32 tsid, sid; int rc; - rc = secondary_ops->sysctl(table, op); - if (rc) - return rc; - sid = current_sid(); rc = selinux_sysctl_get_sid(table, (op == 0001) ? |
