Re: 2.6.36-rc7: kernel panic with SECURITY_TOMOYO=y

From: Christian Kujau
Date: Thu Oct 07 2010 - 19:57:38 EST


On Thu, 7 Oct 2010 at 15:43, Christian Kujau wrote:
> Kernel panic - not syncing: Profile uersion 0 is not supported

OK, I just saw that security/tomoyo/common.c panics when:

if (tomoyo_profile_version != 20090903)
panic("Profile version %u is not supported.\n",
tomoyo_profile_version);

If it's imperative that the profile version is somewhat current (mine was
not, I had old tomoyo-ccstools installed), I would have expected a
slightly more descriptive error messages (apart from that panic), but now
I know. Upgraded to tomoyo-tools-2.3.0-20100820 did the trick.

Sorry for the noise...

Christian.
--
BOFH excuse #86:

Runt packets
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/