From owner-freebsd-hackers Fri Feb 4 13:47:12 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mail.nyct.net (bsd4.nyct.net [204.141.86.6]) by builder.freebsd.org (Postfix) with ESMTP id 359BA40B2 for ; Fri, 4 Feb 2000 13:47:05 -0800 (PST) Received: from bsd1.nyct.net (mbac@bsd1.nyct.net [204.141.86.3]) by mail.nyct.net (8.8.8/8.8.7) with ESMTP id QAA27637 for ; Fri, 4 Feb 2000 16:47:21 -0500 (EST) (envelope-from mbac@nyct.net) Received: from localhost (mbac@localhost) by bsd1.nyct.net (8.8.8/8.9.3) with ESMTP id QAA05939 for ; Fri, 4 Feb 2000 16:47:20 -0500 (EST) (envelope-from mbac@nyct.net) X-Authentication-Warning: bsd1.nyct.net: mbac owned process doing -bs Date: Fri, 4 Feb 2000 16:47:20 -0500 (EST) From: Michael Bacarella To: freebsd-hackers@FreeBSD.org Subject: General lameness regarding exec() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I patch my systems to log exec() calls because I think it's useful, but I really don't know how to go about making it a general contribution. Anyone like this idea? Any Suggestions for how I should really implement it? I basically have it end up in syslog, along with who called it and what their credentials were. This is in contrast to process accounting, which only records information on processes which have terminated. /* ---------- Michael Bacarella( mbac@nyct.net ) | (212) 293-2620 Administration / Development / Support | http://nyct.net/ [ N e w Y o r k C o n n e c t . N E T ] | info@nyct.net Bringing New York The Internet Service It Deserves! --------- */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message