]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] SELinux: cleanup ipc_has_perm
authorStephen Smalley <sds@tycho.nsa.gov>
Sun, 1 May 2005 15:58:39 +0000 (08:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:39 +0000 (08:58 -0700)
commit6af963f1d6789ef20abca5696cd52a758b396e52
tree20990e909fc4a79789de54cfcae7ea150329cdc5
parentde7d5a3b6c9ff8429bf046c36b56d3192b75c3da
[PATCH] SELinux: cleanup ipc_has_perm

This patch removes the sclass argument from ipc_has_perm in the SELinux
module, as it can be obtained from the ipc security structure.  The use of
a separate argument was a legacy of the older precondition function
handling in SELinux and is obsolete.  Please apply.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: James Morris <jmorris@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
security/selinux/hooks.c