PERFORCE change 104832 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 23 07:32:55 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104832

Change 104832 by rwatson at rwatson_sesame on 2006/08/23 07:32:42

	Add comment describing the contens of auditfilterd.c, and pointing
	at auditfilterd_conf.c for the remainder.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#8 (text+ko) ====

@@ -25,7 +25,16 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#7 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditfilterd/auditfilterd.c#8 $
+ */
+
+/*
+ * Main file for the audit filter daemon, which presents audit records to a
+ * set of run-time registered loadable modules.  This is the main event loop
+ * of the daemon, which handles starting up, waiting for records, and
+ * presenting records to configured modules.  auditfilterd_conf.c handles the
+ * reading and management of the configuration, module list and module state,
+ * etc.
  */
 
 #include <sys/types.h>


More information about the p4-projects mailing list