SELinux: rename filename_compute_type argument to *type instead of *con
authorEric Paris <eparis@redhat.com>
Thu, 28 Apr 2011 19:11:20 +0000 (15:11 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 28 Apr 2011 19:15:51 +0000 (15:15 -0400)
filename_compute_type() takes as arguments the numeric value of the type of
the subject and target.  It does not take a context.  Thus the names are
misleading.  Fix the argument names.

Signed-off-by: Eric Paris <eparis@redhat.com>
Reviewed-by: James Morris <jmorris@namei.org>

No differences found