PERFORCE change 123371 for review

Robert Watson rwatson at FreeBSD.org
Thu Jul 12 13:34:03 UTC 2007


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

Change 123371 by rwatson at rwatson_peppercorn on 2007/07/12 13:33:28

	Define AUE_FEXECVE for exec-by-fd.
	
	Requested by:	rdivacky

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#51 edit
.. //depot/projects/trustedbsd/openbsm/etc/audit_event#24 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#51 (text+ko) ====

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#50 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#51 $
  */
 
 #ifndef _BSM_AUDIT_KEVENTS_H_
@@ -538,6 +538,7 @@
 #define	AUE_MLOCKALL		43141	/* FreeBSD. */
 #define	AUE_MUNLOCKALL		43142	/* FreeBSD. */
 #define	AUE_CLOSEFROM		43143	/* FreeBSD. */
+#define	AUE_FEXECVE		43144	/* FreeBSD. */
 
 /*
  * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the

==== //depot/projects/trustedbsd/openbsm/etc/audit_event#24 (text+ko) ====

@@ -1,5 +1,5 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#23 $
+# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#24 $
 #
 0:AUE_NULL:indir system call:no
 1:AUE_EXIT:exit(2):pc
@@ -481,6 +481,7 @@
 43141:AUE_MLOCKALL:mlockall(2):pc
 43142:AUE_MUNLOCKALL:munlockall(2):pc
 43143:AUE_CLOSEFROM:closefrom(2):cl
+43144:AUE_FEXECVE:fexecve(2):pc,ex
 #
 # User space system events.
 #


More information about the p4-projects mailing list