Re: [RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-04-01 Thread Ondrej Mosnacek
On Thu, Mar 28, 2019 at 12:00 AM Paul Moore wrote: > On Mon, Mar 25, 2019 at 10:50 AM Paul Moore wrote: > > On Thu, Mar 7, 2019 at 7:33 AM Ondrej Mosnacek wrote: > > > This patchset implements auditing of (syscall-triggered) changes that > > > can modify or indirectly affect the system clock. So

Re: [RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-03-28 Thread John Stultz
On Mon, Mar 25, 2019 at 7:50 AM Paul Moore wrote: > These patches look fine to me, but it would be really nice to get an > ACK from the time folks before I merge this into audit/next. Time > folks, I know you've looked at previous versions of this patchset, can > you give this a quick look to mak

Re: [RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-03-28 Thread Thomas Gleixner
On Wed, 27 Mar 2019, John Stultz wrote: > On Mon, Mar 25, 2019 at 7:50 AM Paul Moore wrote: > > These patches look fine to me, but it would be really nice to get an > > ACK from the time folks before I merge this into audit/next. Time > > folks, I know you've looked at previous versions of this p

Re: [RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-03-27 Thread Paul Moore
On Mon, Mar 25, 2019 at 10:50 AM Paul Moore wrote: > On Thu, Mar 7, 2019 at 7:33 AM Ondrej Mosnacek wrote: > > This patchset implements auditing of (syscall-triggered) changes that > > can modify or indirectly affect the system clock. Some of these > > changes can already be detected by simply lo

Re: [RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-03-25 Thread Paul Moore
On Thu, Mar 7, 2019 at 7:33 AM Ondrej Mosnacek wrote: > This patchset implements auditing of (syscall-triggered) changes that > can modify or indirectly affect the system clock. Some of these > changes can already be detected by simply logging relevant syscalls, > but this has some disadvantages:

Re: [RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-03-11 Thread Ondrej Mosnacek
On Fri, Mar 8, 2019 at 9:26 PM Richard Guy Briggs wrote: > On 2019-03-07 13:32, Ondrej Mosnacek wrote: > > This patchset implements auditing of (syscall-triggered) changes that > > can modify or indirectly affect the system clock. Some of these > > changes can already be detected by simply logging

Re: [RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-03-08 Thread Richard Guy Briggs
On 2019-03-07 13:32, Ondrej Mosnacek wrote: > This patchset implements auditing of (syscall-triggered) changes that > can modify or indirectly affect the system clock. Some of these > changes can already be detected by simply logging relevant syscalls, > but this has some disadvantages: > a) It i

[RFC PATCH ghak10 v6 0/2] audit: Log changes that can affect the system clock

2019-03-07 Thread Ondrej Mosnacek
This patchset implements auditing of (syscall-triggered) changes that can modify or indirectly affect the system clock. Some of these changes can already be detected by simply logging relevant syscalls, but this has some disadvantages: a) It is usually not possible to find out from the syscall re