aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/auditd
Commit message (Collapse)AuthorAgeFilesLines
* Add 'nojail' keyword as auditd(8) can't really do anything useful whenPawel Jakub Dawidek2012-01-061-1/+1
| | | | | | | | | | inside a jail. Discussed with: rwatson MFC after: 1 week Notes: svn path=/head/; revision=229701
* As previously discussed, add the svn:executable property to all scriptsDoug Barton2008-07-161-0/+0
| | | | Notes: svn path=/head/; revision=180563
* Sleep for one second after calling audit -t to give the audit daemon aRobert Watson2006-09-241-0/+1
| | | | | | | | | | | | | | | | | chance to actually terminate the audit service and exit. Otherwise, on an rc.d/auditd restart, the new audit daemon instance may try to start auditing while the previous session is still running. Likewise, this ensures a chance for auditd to terminate the audit trail at system shutdown. Perhaps more ideally, the script would wait synchronously for auditd to exit rather than for an arbitrary but short period of time. MFC after: 3 days Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=162605
* Sync to p4:Tom Rhodes2006-06-061-5/+2
| | | | | | | | | | o Add shutdown KEYWORD; o Remove PID check; o Stop auditd with '-t' o General cleanup. Notes: svn path=/head/; revision=159351
* Add auditd rc.d script.Robert Watson2006-02-021-0/+34
Submitted by: trhodes Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=155209