Re: how to implement an append only log file?
From: Dale Dellutri (ddelQQQlutr_at_panQQQix.com)
Date: 11/07/04
- Next message: _at_SendSpamHere.ORG: "Need help with a PeeCee again."
- Previous message: Tom Linden: "Re: Ball-park figure for OpenVMS costing"
- In reply to: Josef Jarousse: "how to implement an append only log file?"
- Next in thread: Larry Kilgallen: "Re: how to implement an append only log file?"
- Reply: Larry Kilgallen: "Re: how to implement an append only log file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 7 Nov 2004 14:03:44 +0000 (UTC)
On 5 Nov 2004 23:42:49 -0800, Josef Jarousse <bonzinib60@arcor.de> wrote:
> I have the following problem:
> I design a system and I would like it to trace each action the system
> does. Especially it would be important that even the programm calls
> from the admin are logged too. What I want is a log file which has an
> owner that is different from the admin (internal audit for example)
> and in which the application writes some informations about started
> modules etc.. This log file should be "append-only" so that nobody can
> delete some entries in it.
> Is there a way to implement such a log file?
If you really want to create such a log file, you would need to modify
the OpenVMS system code so that
1. no one, not even a fully privileged user ("admin" ?), could turn
off logging (audit events?), and
2. send the log entries to another machine which is solely
controlled by "internal audit", whoever that might be. This way, a
fully privileged user could not delete entries. Of course, there
would have to be some sort of handshake that ensures that the entries
were going to the correct logging machine, something like what ssh
does to ensure that the connectionis being made to the correct
machine.
Not easy, but I think it's doable. But it certainly requires
modification to OpenVMS system code.
-- Dale Dellutri <ddelQQQlutr@panQQQix.com> (lose the Q's)
- Next message: _at_SendSpamHere.ORG: "Need help with a PeeCee again."
- Previous message: Tom Linden: "Re: Ball-park figure for OpenVMS costing"
- In reply to: Josef Jarousse: "how to implement an append only log file?"
- Next in thread: Larry Kilgallen: "Re: how to implement an append only log file?"
- Reply: Larry Kilgallen: "Re: how to implement an append only log file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|