From owner-p4-projects@FreeBSD.ORG Sun Feb 5 13:29:52 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id CCAC216A423; Sun, 5 Feb 2006 13:29:51 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90BEC16A420 for ; Sun, 5 Feb 2006 13:29:51 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D76D43D48 for ; Sun, 5 Feb 2006 13:29:51 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k15DTp6A034812 for ; Sun, 5 Feb 2006 13:29:51 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k15DTpj0034809 for perforce@freebsd.org; Sun, 5 Feb 2006 13:29:51 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 5 Feb 2006 13:29:51 GMT Message-Id: <200602051329.k15DTpj0034809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 91161 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 13:29:52 -0000 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.