From: John Johansen Date: Thu, 16 Feb 2012 14:21:30 +0000 (-0800) Subject: AppArmor: Fix the error case for chroot relative path name lookup X-Git-Tag: v3.4-rc1~165^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28042fabf43b9a8ccfaa38f8c8187cc525e53fd3;p=pandora-kernel.git AppArmor: Fix the error case for chroot relative path name lookup When a chroot relative pathname lookup fails it is falling through to do a d_absolute_path lookup. This is incorrect as d_absolute_path should only be used to lookup names for namespace absolute paths. Signed-off-by: John Johansen Acked-by: Kees Cook --- Reading git-diff-tree failed