From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Syscalls Date: Wed, 28 Feb 2007 21:41:23 -0500 Message-ID: <200702282141.23410.sgrubb@redhat.com> References: <200702280643.49830.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: "Johnston Mark (UK)" Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Wednesday 28 February 2007 07:23:45 Johnston Mark (UK) wrote: > ) We are trying to track changes to the system date and time. I've been > using the example in capp.rules, but all we get is ntpd, not the usage > of date, which we would like. ntpdate & date uses the syscall settimeofday...so... -a always,exit -S settimeofday hwclock writes to /dev/rtc and that's why its patched. -Steve