From: KaiGai Kohei Date: Tue, 16 Feb 2010 23:49:41 +0000 (+0900) Subject: selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() X-Git-Tag: v2.6.34-rc1~228^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae3ba39389b51d8502123de0a59374bec899c4d;p=pandora-kernel.git selinux: libsepol: remove dead code in check_avtab_hierarchy_callback() This patch revert the commit of 7d52a155e38d5a165759dbbee656455861bf7801 which removed a part of type_attribute_bounds_av as a dead code. However, at that time, we didn't find out the target side boundary allows to handle some of pseudo /proc//* entries with its process's security context well. Signed-off-by: KaiGai Kohei Acked-by: Stephen Smalley -- security/selinux/ss/services.c | 43 ++++++++++++++++++++++++++++++++++++--- 1 files changed, 39 insertions(+), 4 deletions(-) Signed-off-by: James Morris --- Reading git-diff-tree failed