linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-16 22:45:21 to 2018-11-21 19:35:12 UTC [more...]

[PATCH 00/13] Prepare for PTRACE_GET_SYSCALL_INFO
 2018-11-21 19:35 UTC  (52+ messages)
    ` [PATCH 06/13] arc: define syscall_get_arch()
                  ` [PATCH 06/13 v2] "
                      ` [PATCH 06/13 v3] "
    ` [PATCH 07/13] c6x: "
      ` [PATCH 07/13 v2] "
    ` [PATCH 08/13] h8300: "
    ` [PATCH 09/13] hexagon: "
    ` [PATCH 10/13] nds32: "
      ` [PATCH 10/13 v2] "
    ` [PATCH 11/13] nios2: "
    ` [PATCH 12/13] riscv: "
          ` [PATCH 12/13 v2] "
    ` [PATCH 13/13] xtensa: "
    ` [PATCH 15/13] unicore32: "
  ` [PATCH v2 00/15] Prepare for PTRACE_GET_SYSCALL_INFO
    ` [PATCH v2 07/15] arc: define syscall_get_arch()
    ` [PATCH v2 08/15] c6x: "
    ` [PATCH v2 09/15] h8300: "
    ` [PATCH v2 10/15] hexagon: "
    ` [PATCH v2 11/15] nds32: "
    ` [PATCH v2 12/15] nios2: "
    ` [PATCH v2 13/15] riscv: "
    ` [PATCH v2 14/15] unicore32: "
    ` [PATCH v2 15/15] xtensa: "
    ` [PATCH v2 16/15] syscall_get_arch: add "struct task_struct *" argument
          ` [PATCH v2 16/15 v2] "

[RFC PATCH ghak100 V1 0/2] audit: avoid umount hangs on missing mount
 2018-11-20 17:31 UTC  (8+ messages)
` [RFC PATCH ghak100 V1 1/2] audit: avoid fcaps on MNT_FORCE
` [RFC PATCH ghak100 V1 2/2] audit: moar filter PATH records keyed on filesystem magic

[PATCH] audit: shorten PATH cap values when zero
 2018-11-19 22:05 UTC  (5+ messages)

[PATCH] audit: remove WATCH and TREE config options
 2018-11-19 21:58 UTC  (2+ messages)

[PATCH] audit: localize audit_log_session_info prototype
 2018-11-19 17:36 UTC  (2+ messages)

[PATCH] audit: use session_info helper
 2018-11-19 17:36 UTC  (2+ messages)

[PATCH ghak59 V2 0/6] audit: config_change normalizations and event record gathering
 2018-11-19 16:32 UTC  (13+ messages)
` [PATCH ghak59 V2 1/6] audit: give a clue what CONFIG_CHANGE op was involved
` [PATCH ghak59 V2 2/6] audit: add syscall information to CONFIG_CHANGE records
` [PATCH ghak59 V2 3/6] audit: exclude user records from syscall context
` [PATCH ghak59 V2 4/6] audit: hand taken context to audit_kill_trees for syscall logging
` [PATCH ghak59 V2 5/6] audit: kill trees before logging syscall exit for exit/free
` [PATCH ghak59 V2 6/6] audit: extend config_change mark/watch/tree rule changes

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-11-19 15:19 UTC  (13+ messages)
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

Using audisp remote results in "dispatch err (pipe full) event lost"
 2018-11-18 21:19 UTC  (2+ messages)

auditd and CAP_AUDIT_READ
 2018-11-17 17:30 UTC  (7+ messages)

[PATCH 0/2] riscv: add audit support
 2018-11-14 23:40 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] riscv: audit: add audit hook in do_syscall_trace_enter/exit()

stuck on ghak100 testsuite script
 2018-11-13 20:45 UTC  (9+ messages)

[PATCH ghak95] audit: Do not log full CWD path on empty relative paths
 2018-11-13 16:30 UTC  (16+ messages)

[PATCH 0/14 v4] audit: Fix various races when tagging and untagging mounts
 2018-11-12 15:25 UTC  (29+ messages)
` [PATCH 01/14] audit_tree: Remove mark->lock locking
` [PATCH 02/14] audit: Fix possible spurious -ENOSPC error
` [PATCH 03/14] audit: Fix possible tagging failures
` [PATCH 04/14] audit: Embed key into chunk
` [PATCH 05/14] audit: Make hash table insertion safe against concurrent lookups
` [PATCH 06/14] audit: Factor out chunk replacement code
` [PATCH 07/14] audit: Remove pointless check in insert_hash()
` [PATCH 08/14] audit: Provide helper for dropping mark's chunk reference
` [PATCH 09/14] audit: Allocate fsnotify mark independently of chunk
` [PATCH 10/14] audit: Guarantee forward progress of chunk untagging
` [PATCH 11/14] audit: Drop all unused chunk nodes during deletion
` [PATCH 12/14] audit: Simplify locking around untag_chunk()
` [PATCH 13/14] audit: Replace chunk attached to mark instead of replacing mark
` [PATCH 14/14] audit: Use 'mark' name for fsnotify_mark variables

[PATCH ghak99 v1] audit: print empty EXECVE args
 2018-11-06 20:26 UTC  (4+ messages)

[PATCH 0/2] RISC-V: Add support for SECCOMP
 2018-11-02 15:51 UTC  (18+ messages)
  ` [PATCH 1/2] Move EM_RISCV into elf-em.h
  ` [PATCH 2/2] RISC-V: Add support for SECCOMP

[PATCH ghak90 (was ghak32) V4 00/10] audit: implement container identifier
 2018-11-01 22:07 UTC  (38+ messages)
` [PATCH ghak90 (was ghak32) V4 01/10] audit: collect audit task parameters
` [PATCH ghak90 (was ghak32) V4 02/10] audit: add container id
` [PATCH ghak90 (was ghak32) V4 03/10] audit: log container info of syscalls
` [PATCH ghak90 (was ghak32) V4 04/10] audit: add containerid support for ptrace and signals
` [PATCH ghak90 (was ghak32) V4 05/10] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 (was ghak32) V4 06/10] audit: add containerid support for tty_audit
` [PATCH ghak90 (was ghak32) V4 08/10] audit: add support for containerid to network namespaces
` [PATCH ghak90 (was ghak32) V4 09/10] audit: NETFILTER_PKT: record each container ID associated with a netNS

No audit patches for the v4.20 merge window (audit/next is empty)
 2018-10-23  1:00 UTC 

[PATCH bpf-next] bpf: emit audit messages upon successful prog load and unload
 2018-10-18 22:09 UTC  (2+ messages)

List of rebases landing in RHEL 8.0 GA
 2018-10-18 16:00 UTC 

audispd stopping on distribute-network = yes
 2018-10-17 20:53 UTC  (2+ messages)

auditd starting later in boot sequence, w/o ipV6
 2018-10-16 22:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).