https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234209

--- Comment #1 from Marie Helene Kvello-Aune <free...@mhka.no> ---
For information: This bug still exists with 12.0-RELEASE-p3 and 13-CURRENT
r346594.

Complete reproduction example: (this will overwrite /etc/security/audit_warn)
at << EOF >/etc/security/audit_warn                                            
                                                                        
#!/bin/sh                                                                      
                                                                           
echo "audit warning: $@" | wall                                                
                                                                           
sleep 1                                                                        
                                                                            EOF 

# audit -n

expected behaviour: For the script to be executed once
actual behaviour: script is repeatedly executed, seemingly forever.
Remove "sleep 1" from the above script and it's called exactly one.

Real-world case: actions performed by this script take more than 1s to do their
thing, and end up being called repeatedly for the same message.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to