It was previously not possible to poll() or select() on the trigger
device, which made implementing proper signal handling in auditd
difficult.
MFC after: 1 week
Differential D57457
audit: Add poll / select support Authored by des on Thu, Jun 4, 10:15 PM.
Details
It was previously not possible to poll() or select() on the trigger MFC after: 1 week
Diff Detail
Event TimelineComment Actions We might see if we can get a second opinion from @markj as he's dealt with some select/poll integration issues lately, but this is a pretty simple case. Comment Actions I think this is ok, the selinfo is global so the recent lifetime problems we fixed don't apply here. If it were possible to destroy this device file you'd want to issue seldrain(), but I think that never happens. |