From owner-freebsd-questions Tue Jan 7 07:24:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA25889 for questions-outgoing; Tue, 7 Jan 1997 07:24:24 -0800 (PST) Received: from leporello.cs.unibo.it (leporello.cs.unibo.it [130.136.1.110]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id HAA25884 for ; Tue, 7 Jan 1997 07:24:21 -0800 (PST) Received: from flora.cs.unibo.it by leporello.cs.unibo.it (5.67b/96.09.13) id AA25025; Tue, 7 Jan 1997 16:16:53 +0100 Received: by flora.cs.unibo.it (5.67b/SMI-4.1) id AA12724; Tue, 7 Jan 1997 16:16:52 +0100 Date: Tue, 7 Jan 1997 16:16:52 +0100 (MET) From: Riccardo Veraldi To: questions@freebsd.org Subject: new bash of mine Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have modifyed a GNU Bourne Again Shell version 1.14.7 this shell now intercepts every command line of the user and writes it in a database file together with the name of the user and the time when the user did the certain command line using the shell. The shell also does not allow to the user to delete or look inside the database unless the user is root. IF a user try to look in the database or to corrupt it the shell send a mail to root about the user behaviour. I have also modifyed the makefile to be suitable for the freeBSD UN*X environment. Could this shell be interesting for admin porpouse ? I mean could this be interesting as FreeBSD tool for administrators who do not trust so much in their users ? Who I have to ask for if my program is interesting? thanks Riccardo Veraldi