From: Stephen Smalley Date: Mon, 28 Jul 2008 17:32:38 +0000 (-0400) Subject: Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree X-Git-Tag: v2.6.27-rc2~105^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f418b006079ce537daf9436215f1d2a47e451602;p=pandora-kernel.git Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree for July 17: early crash on x86-64) SELinux needs MAY_APPEND to be passed down to the security hook. Otherwise, we get permission denials when only append permission is granted by policy even if the opening process specified O_APPEND. Shows up as a regression in the ltp selinux testsuite, fixed by this patch. Signed-off-by: Stephen Smalley Signed-off-by: Al Viro --- Reading git-diff-tree failed