On Wed, 2008-03-12 at 09:26 +1100, James Morris wrote: > On Wed, 12 Mar 2008, James Morris wrote: > > > Applied to > > git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6.git#for-akpm > > Just saw this during boot. > > [ 8.238863] ------------[ cut here ]------------ > [ 8.239762] kernel BUG at security/selinux/avc.c:874! turns out this is easy to reproduce. #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int main(void) { open("/dev/null", 3); return 0; } I'm testing a new patch which once I full understand I'll send upstream to see what they have to say... -Eric -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.