On Friday 22 April 2005 15:32, Stephen Smalley wrote:
On Fri, 2005-04-22 at 11:27 -0400, Stephen Smalley wrote:
> Also Oopses upon auditctl -w /etc/shadow -p w -k SHADOW. In
> audit_receive_watch. Sorry, does this patch actually work for you?
Always build with SMP enabled, even on UP machines. That will at least
avoid completely trivial mistakes like this one. You never initialized
your spinlock, right? Use DEFINE_SPINLOCK() to declare it.
Alright, will do. Thanks.
-tim