Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2006 13:39:02 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/su Makefile su.c
Message-ID:  <200609011339.k81Dd23X058050@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2006-09-01 13:39:02 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/su           Makefile su.c 
  Log:
  Integrate audit_submit(3) bits into su. This means that records for
  successful and failed su attempts will be recorded using the AUE_su
  event type (login or lo class) if auditing is present in the system.
  Currently, the records will have a header, subject, text (with the
  actual diagnostics), a return and trailer token.
  
  See audit_submit(3) for more information.
  
  Reviewed by:    rwatson
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.41      +8 -0      src/usr.bin/su/Makefile
  1.80      +68 -6     src/usr.bin/su/su.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609011339.k81Dd23X058050>