commit | 4916ca401e3051dad326ddd69765bd0e3f32fb9b | [log] [tgz] |
---|---|---|
author | Lucian Adrian Grijincu <lucian.grijincu@gmail.com> | Tue Feb 01 18:44:56 2011 +0200 |
committer | Eric Paris <eparis@redhat.com> | Tue Feb 01 11:54:02 2011 -0500 |
tree | 593778babcd691a498a909a5eaf462f29d241cf6 | |
parent | 8e6c96935fcc1ed3dbebc96fddfef3f2f2395afc [diff] |
security: remove unused security_sysctl hook The only user for this hook was selinux. sysctl routes every call through /proc/sys/. Selinux and other security modules use the file system checks for sysctl too, so no need for this hook any more. Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com> Signed-off-by: Eric Paris <eparis@redhat.com>