[PATCH] Add audit uid to netlink credentials

Alexey Kuznetsov kuznet at ms2.inr.ac.ru
Wed Feb 9 16:49:29 UTC 2005


Hello!

> if (down_trylock(&audit_netlink_sem))
> 	return;
> 
> with plain down(&audit_netlink_sem);

I am sorry, this is wrong. Dequeue may happen in another process context
in any case.

Alexey




More information about the Linux-audit mailing list