Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2006 13:29:51 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91161 for review
Message-ID:  <200602051329.k15DTpj0034809@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91161

Change 91161 by rwatson@rwatson_zoo on 2006/02/05 13:29:30

	Some additional todo items.

Affected files ...

.. //depot/projects/trustedbsd/audit3/notes/TODO_audit.txt#3 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/notes/TODO_audit.txt#3 (text+ko) ====

@@ -64,3 +64,17 @@
 
 - Expand the subject token to include jail information. Add this informtion
 for processes that are running in a jail.
+
+- Allow gathering of information on a second file descriptor argument; this
+is rquired for system calls taking two file descriptors.  Specifically,
+sendfile().
+
+- Start updating the statistics in struct audit_stat.  Export via a sysctl
+or system call.
+
+- Provide a way for user space to walk the list of event mappings present
+in the kernel, so that when synchronizing the user and kernel versions of
+the list, entries removed from the user space file can be removed from the
+kernel event mapping.  Make the synchronization code a library function in
+OpenBSM so that the same code can be used in both auditd and the audit
+test suite.



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