https://bugzilla.novell.com/show_bug.cgi?id=408818 User jeffm@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=408818#c8 --- Comment #8 from Jeff Mahoney <jeffm@novell.com> 2009-03-06 09:50:51 MST --- Created an attachment (id=277732) --> (https://bugzilla.novell.com/attachment.cgi?id=277732) [PATCH] AppArmor: Fix outputting of loaded profiles > PAGE_SIZE The basics of the bug are as follows The profile listing in apparmorfs is broken, so that it will only output entries that fit on a single page, if there are more profiles than can be listed in a page worth of memory it bails but when it bails it leaves some spinlocks held. :( This breaks, profile listing, replacement and removal if done from the init scripts. Manual profile replacement and removal as done by the utils will still work as long a profile listing has not been done previously. Fortunately for this bug only surfaces when a rather large number of profiles are present, somewhere in the 60-70 profile/hat range. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.