Displaying 3 results from an estimated 3 matches for "audit_module".
2006 May 23
3
image_tag problem
Hiall,
I want to make an image_tag from within a controller in order to be
able to present a link (with a status image) in a view. Here is my
controller method (in file webca_controller.rb, hence WebcaController)
def untouched_status_image_tag
image_tag("open", { :alt => "Offen", :title => "Offen", :size =>
"12x12", :class =>
2014 Dec 04
3
Adding Solaris Audit to sshd (and sftp-server)
...utoconf, and has
been changing configure, config.h.in, Makefile.in by patches.
For illustrative purposes I've updated configure.ac. I also have
suggested wording for ChangeLog, INSTALL, README.platform.
Thank you for your consideration and advice.
Cheers,
Gary..
configure.ac
============
AUDIT_MODULE=none
AC_ARG_WITH([audit],
! [ --with-audit=module Enable audit support
(modules=debug,bsm,linux,solaris)],
+ solaris)
+ AC_MSG_RESULT([solaris])
+ AUDIT_MODULE=solaris
+ dnl Checks for headers, libs and functions
+ A...
2007 Dec 12
58
[Bug 1402] New: [RFE] Support auditing through Linux Audit subsystem
https://bugzilla.mindrot.org/show_bug.cgi?id=1402
Summary: [RFE] Support auditing through Linux Audit subsystem
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: normal
Priority: P2
Component: sshd