[Bug 125] add BSM audit support

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Dec 20 18:53:08 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=125





------- Additional Comments From dtucker at zip.com.au  2004-12-20 18:53 -------
(From update of attachment 618)
Do these two audit calls in session.c work when privsep is enabled?  It seems
they're called after the privilege drop in that case... (or does BSM do
something clever like caching a descriptor so privilege is not required?)

> 		fclose(f);
>+#if defined(HAVE_BSM_AUDIT_H) && defined(HAVE_LIBBSM)
>+		solaris_audit_nologin();
>+#endif /* BSM */


>+# if defined(HAVE_BSM_AUDIT_H) && defined(HAVE_LIBBSM)
>+		if (command != NULL)
>+			solaris_audit_save_command(command);
>+# endif /* BSM */
> 		do_setusercontext(pw);
> #endif /* HAVE_OSF_SIA */




------- 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