linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 20:25:28 to 2021-01-26 16:49:39 UTC [more...]

[PATCH v24 00/25] LSM: Module stacking for AppArmor
 2021-01-26 16:40 UTC  (8+ messages)
  ` [PATCH v24 01/25] LSM: Infrastructure management of the sock security
  ` [PATCH v24 02/25] LSM: Add the lsmblob data structure
  ` [PATCH v24 03/25] LSM: provide lsm name and id slot mappings
  ` [PATCH v24 04/25] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v24 05/25] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v24 06/25] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v24 07/25] LSM: Use lsmblob in security_secctx_to_secid

Occasional delayed output of events
 2021-01-26 11:53 UTC  (30+ messages)

Fw:Re:Fw:Re:Fw:Re:[RFC,v1,1/1] audit: speed up syscall rule match while exiting syscall
 2021-01-24 14:19 UTC 

[RFC,v3,1/1] audit: speed up syscall rule filtering
 2021-01-24 13:04 UTC 

Fw:Re:Fw:Re:[RFC,v1,1/1] audit: speed up syscall rule match while exiting syscall
 2021-01-22 17:31 UTC  (2+ messages)
` Fw:Re:Fw:Re:[RFC, v1, 1/1] "

[RFC,v2,1/1] audit: speed up syscall rule match while exiting syscall
 2021-01-22 17:02 UTC  (2+ messages)
` [RFC, v2, 1/1] "

[RFC PATCH] audit.spec: create audit group for log read access
 2021-01-21 16:15 UTC 

[RFC] audit.spec: create audit group for log read access
 2021-01-20 23:15 UTC  (4+ messages)

2nd Round AuditRules Questions
 2021-01-20 23:08 UTC 

Probable bug in auditd
 2021-01-20 21:38 UTC  (2+ messages)

AuditRule Questions
 2021-01-19 19:15 UTC  (2+ messages)

Possible typo in 22-ignore-chrony.rules
 2021-01-18 13:45 UTC 

[PATCH] audit: Remove leftover reference to the audit_tasklet
 2021-01-15 17:08 UTC  (2+ messages)

Fw:Re:[RFC,v1,1/1] audit: speed up syscall rule match while exiting syscall
 2021-01-14 15:22 UTC  (2+ messages)

[RFC,v1,1/1] audit: speed up syscall rule match while exiting syscall
 2021-01-13 13:47 UTC  (2+ messages)
` [RFC, v1, 1/1] "

[PATCH ghak90 v11 00/11] audit: implement container identifier
 2021-01-12 15:09 UTC  (12+ messages)
` [PATCH ghak90 v11 01/11] audit: collect audit task parameters
` [PATCH ghak90 v11 02/11] audit: add container id
` [PATCH ghak90 v11 03/11] audit: log container info of syscalls
` [PATCH ghak90 v11 04/11] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 v11 05/11] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 v11 06/11] audit: add containerid support for user records
` [PATCH ghak90 v11 07/11] audit: add containerid filtering
` [PATCH ghak90 v11 08/11] audit: add support for containerid to network namespaces
` [PATCH ghak90 v11 09/11] audit: contid check descendancy and nesting
` [PATCH ghak90 v11 10/11] audit: track container nesting
` [PATCH ghak90 v11 11/11] audit: add capcontid to set contid outside init_user_ns

[PATCH -next] kernel/audit: convert comma to semicolon
 2021-01-05  0:45 UTC  (4+ messages)

[PATCH v22 00/23] LSM: Module stacking for AppArmor
 2020-12-29 19:16 UTC  (33+ messages)
` [PATCH v23 02/23] LSM: Create and manage the lsmblob data structure
` [PATCH v23 09/23] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v23 10/23] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v23 11/23] IMA: Change internal interfaces to use lsmblobs
` [PATCH v23 12/23] LSM: Specify which LSM to display
` [PATCH v23 13/23] LSM: Ensure the correct LSM context releaser
` [PATCH v23 14/23] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v23 15/23] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v23 16/23] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v23 17/23] NET: Store LSM netlabel data in a lsmblob
` [PATCH v23 18/23] LSM: Verify LSM display sanity in binder
` [PATCH v23 19/23] audit: add support for non-syscall auxiliary records
` [PATCH v23 20/23] Audit: Add new record for multiple process LSM attributes
` [PATCH v23 21/23] Audit: Add a new record for multiple object "
` [PATCH v23 22/23] LSM: Add /proc attr entry for full LSM context
` [PATCH v23 23/23] AppArmor: Remove the exclusive flag

[GIT PULL] Audit patches for v5.11
 2020-12-16 19:44 UTC  (2+ messages)

[PATCH ghak90 v10 00/11] audit: implement container identifier
 2020-12-21 17:57 UTC  (14+ messages)
` [PATCH ghak90 v10 01/11] audit: collect audit task parameters
` [PATCH ghak90 v10 02/11] audit: add container id
` [PATCH ghak90 v10 03/11] audit: log container info of syscalls
` [PATCH ghak90 v10 04/11] audit: add contid support for signalling the audit daemon
` [PATCH ghak90 v10 05/11] audit: add support for non-syscall auxiliary records
` [PATCH ghak90 v10 06/11] audit: add containerid support for user records
` [PATCH ghak90 v10 07/11] audit: add containerid filtering
` [PATCH ghak90 v10 08/11] audit: add support for containerid to network namespaces
` [PATCH ghak90 v10 09/11] audit: contid check descendancy and nesting
` [PATCH ghak90 v10 10/11] audit: track container nesting
` [PATCH ghak90 v10 11/11] audit: add capcontid to set contid outside init_user_ns

[PATCH ghau51/ghau40 v10 00/11] add support for audit container identifier
 2020-12-21 17:12 UTC  (12+ messages)
` [PATCH ghau51/ghau40 v10 01/11] AUDIT_CONTAINER_OP message type basic support
` [PATCH ghau51/ghau40 v10 02/11] AUDIT_CONTAINER_ID "
` [PATCH ghau51/ghau40 v10 03/11] auditctl: add support for AUDIT_CONTID filter
` [PATCH ghau51/ghau40 v10 04/11] add ausearch containerid support
` [PATCH ghau51/ghau40 v10 05/11] start normalization "
` [PATCH ghau51/ghau40 v10 06/11] libaudit: add support to get the task audit container identifier
` [PATCH ghau51/ghau40 v10 07/11] signal_info: only print context if it is available
` [PATCH ghau51/ghau40 v10 08/11] add support for audit_signal_info2
` [PATCH ghau51/ghau40 v10 09/11] contid: interpret correctly CONTAINER_ID contid field csv
` [PATCH ghau51/ghau40 v10 10/11] ausearch: convert contid to comma-sep/carrat-mod cnode/clist
` [PATCH ghau51/ghau40 v10 11/11] libaudit: add support to get and set capcontid on a task

"key=" on all related log lines
 2020-12-18 20:47 UTC  (4+ messages)
  ` [EXT] "

audit 3.0 released
 2020-12-16 21:52 UTC 

[PATCH] Fix audispd crash on ARM 32-Bits
 2020-12-16 14:40 UTC  (5+ messages)

[PATCH v2] audit: report audit wait metric in audit status reply
 2020-12-08 23:08 UTC  (28+ messages)
`  "

lost events on boot
 2020-12-08 15:09 UTC  (3+ messages)

Audit firewall changes in RHEL 8
 2020-12-07 15:28 UTC  (2+ messages)

[RFC PATCH ghau10 v1] fix FEATURE_VERSION vs FEATURE_BITMAP
 2020-12-04  3:42 UTC 

New release?
 2020-12-01  4:30 UTC  (2+ messages)

auditd for removable media/harddisks
 2020-11-30 14:46 UTC 

[PATCH] audit: replace atomic_add_return()
 2020-11-30  8:35 UTC 

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-28 18:12 UTC  (20+ messages)
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 10/39] inode: add idmapped mount aware init and permission helpers
` [PATCH v2 14/39] commoncap: handle idmapped mounts
` [PATCH v2 31/39] audit: "
` [PATCH v2 39/39] tests: add vfs/idmapped mounts test suite

[PATCH] audit: remove unused macros
 2020-11-25  4:31 UTC  (8+ messages)

Identifying thread/process termination
 2020-11-24 15:43 UTC  (2+ messages)

Clarification on log rotation
 2020-11-23 16:05 UTC  (2+ messages)


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).