security: remove unused security_sysctl hook
authorLucian Adrian Grijincu <lucian.grijincu@gmail.com>
Tue, 1 Feb 2011 16:44:56 +0000 (18:44 +0200)
committerEric Paris <eparis@redhat.com>
Tue, 1 Feb 2011 16:54:02 +0000 (11:54 -0500)
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>

No differences found