Date: Thu, 12 Jul 2007 13:34:01 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 123371 for review Message-ID: <200707121334.l6CDY1hk039573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123371 Change 123371 by rwatson@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. #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707121334.l6CDY1hk039573>