Skip to content
Snippets Groups Projects
Select Git revision
  • v5.4-rt
  • v5.10-rt
  • v6.1-rt
  • v6.6-rt
  • v6.6-rt-next
  • v4.19-rt
  • v4.14-rt
  • v6.6-rt-rebase
  • v5.15-rt
  • v5.15-rt-next
  • v6.1-rt-next
  • v6.1-rt-rebase
  • v4.9-rt
  • v4.19-rt-next
  • v4.4-rt
  • v5.10-rt-next
  • v5.15-rt-rebase
  • stable-rt/v5.10-rt
  • v4.14-rt-next
  • v5.10-rt-rebase
  • v5.4.293-rt98-rebase protected
  • v5.15.183-rt85-rebase protected
  • v5.4.293-rt98 protected
  • v5.4.291-rt97 protected
  • v5.15.183-rt85 protected
  • v5.10.237-rt131-rebase protected
  • v5.10.237-rt131 protected
  • v6.6.87-rt54-arch1 protected
  • v5.10.237-rt131-rc1 protected
  • v5.10.236-rt130 protected
  • v5.10.236-rt130-rc1 protected
  • v6.1.134-rt51-rebase protected
  • v6.1.134-rt51 protected
  • v6.6.87-rt54-rebase protected
  • v6.6.87-rt54 protected
  • v6.6.85-rt53-rebase protected
  • v6.6.85-rt53 protected
  • v6.1.132-rt50-rebase protected
  • v6.1.132-rt50 protected
  • v5.10.235-rt129-rebase protected
40 results

audit.c

  • Chris Wright's avatar
    c1b773d8
    Add audit_log_type · c1b773d8
    Chris Wright authored
    
    Add audit_log_type to allow callers to specify type and pid when logging.
    Convert audit_log to wrapper around audit_log_type.  Could have
    converted all audit_log callers directly, but common case is default
    of type AUDIT_KERNEL and pid 0.  Update audit_log_start to take type
    and pid values when creating a new audit_buffer.  Move sequences that
    did audit_log_start, audit_log_format, audit_set_type, audit_log_end,
    to simply call audit_log_type directly.  This obsoletes audit_set_type
    and audit_set_pid, so remove them.
    
    Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
    Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
    c1b773d8
    History
    Add audit_log_type
    Chris Wright authored
    
    Add audit_log_type to allow callers to specify type and pid when logging.
    Convert audit_log to wrapper around audit_log_type.  Could have
    converted all audit_log callers directly, but common case is default
    of type AUDIT_KERNEL and pid 0.  Update audit_log_start to take type
    and pid values when creating a new audit_buffer.  Move sequences that
    did audit_log_start, audit_log_format, audit_set_type, audit_log_end,
    to simply call audit_log_type directly.  This obsoletes audit_set_type
    and audit_set_pid, so remove them.
    
    Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
    Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.