public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* [RFC PATCH ghak10 v2 0/5] audit: Log modifying adjtimex(2) calls
@ 2018-06-19 13:58 Ondrej Mosnacek
  2018-06-19 13:58 ` [RFC PATCH ghak10 v2 1/4] audit: Add AUDIT_TIME_ADJUSTED record type Ondrej Mosnacek
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ondrej Mosnacek @ 2018-06-19 13:58 UTC (permalink / raw)
  To: linux-audit; +Cc: Richard Guy Briggs

This patchset adds a new AUDIT_TIME_ADJUSTED record type, which is 
associated to the adjtimex(2) syscall record whenever it is invoked in 
non-read-only mode.

Changes in v2:
  - The audit_adjtime() function has been modified to only log those fields that contain values that are actually used, resulting in more compact records.
  - The audit_adjtime() call has been moved to do_adjtimex() in timekeeping.c
  - Added an additional patch (for review) that simplifies the detection if the syscall is read-only.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-27  7:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 13:58 [RFC PATCH ghak10 v2 0/5] audit: Log modifying adjtimex(2) calls Ondrej Mosnacek
2018-06-19 13:58 ` [RFC PATCH ghak10 v2 1/4] audit: Add AUDIT_TIME_ADJUSTED record type Ondrej Mosnacek
2018-06-19 13:58 ` [RFC PATCH ghak10 v2 2/4] audit: Add the audit_adjtime() function Ondrej Mosnacek
2018-06-19 15:02   ` Richard Guy Briggs
2018-06-27  7:59     ` Ondrej Mosnacek
2018-06-19 13:59 ` [RFC PATCH ghak10 v2 3/4] timekeeping: Audit attempts to adjust the clock Ondrej Mosnacek
2018-06-19 13:59 ` [RFC PATCH ghak10 v2 4/4] [OPTIONAL] Determine read-only in the validation function Ondrej Mosnacek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox