[Bug 125] with BSM auditing, cron editing thru ssh session causes cron jobs to fail
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Apr 26 11:48:05 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=125
------- Additional Comments From dtucker at zip.com.au 2004-04-26 11:48 -------
Created an attachment (id=619)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=619&action=view)
(DO NOT USE) Work-in-progress BSM patch for comment.
I'd like to see the hooks in sshd made generic (kind of a tiny "audit api"
which any platform could implement as much or as little of as it needs). For
example, see the implementation of CUSTOM_LOGIN_FAILED (which should be part of
it, BTW). AIX, at least, has an audit API that could use those generic hooks
too.
Also, instead of lots of little "audit_event_TYPE()" functions, I think it
should be "audit_event(TYPE)". This also means less monitor calls (which would
be tricky for varargs functions?). Attached is a diff from a local tree where
I've been playing with this, this is for comment only, and has not been tested.
Also changed bsd-solaris.c -> port-solaris.c.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list