public inbox for audit@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-07 16:12:08 to 2025-07-18 20:38:15 UTC [more...]

[PATCH] audit: Replace deprecated strcpy() with strscpy()
 2025-07-18 20:37 UTC 

[PATCH v5 0/5] Audit: Records for multiple security contexts
 2025-07-16 21:27 UTC  (6+ messages)
  ` [PATCH v5 1/5] Audit: Create audit_stamp structure
  ` [PATCH v5 2/5] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v5 3/5] Audit: Add record for multiple task security contexts
  ` [PATCH v5 4/5] Audit: Fix indentation in audit_log_exit
  ` [PATCH v5 5/5] Audit: Add record for multiple object contexts

[PATCH v4 0/4] Audit: Records for multiple security contexts
 2025-07-15 20:40 UTC  (10+ messages)
  ` [PATCH v4 1/4] Audit: Create audit_stamp structure
  ` [PATCH v4 2/4] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v4 3/4] Audit: Add record for multiple task security contexts
  ` [PATCH v4 4/4] Audit: Add record for multiple object contexts

[PATCH] audit: fix typo in auditfilter.c comment
 2025-07-05  7:48 UTC 

[RFC PATCH 00/15] LSM: No exclusive LSMs
 2025-06-21 17:18 UTC  (16+ messages)
  ` [RFC PATCH 01/15] Audit: Create audit_stamp structure
  ` [RFC PATCH 02/15] LSM: security_lsmblob_to_secctx module selection
  ` [RFC PATCH 03/15] Audit: Add record for multiple task security contexts
  ` [RFC PATCH 04/15] Audit: Add record for multiple object contexts
  ` [RFC PATCH 05/15] LSM: Single calls in secid hooks
  ` [RFC PATCH 06/15] LSM: Exclusive secmark usage
  ` [RFC PATCH 07/15] Audit: Call only the first of the audit rule hooks
  ` [RFC PATCH 08/15] AppArmor: Remove the exclusive flag
  ` [RFC PATCH 09/15] LSM: Add mount opts blob size tracking
  ` [RFC PATCH 10/15] LSM: allocate mnt_opts blobs instead of module specific data
  ` [RFC PATCH 11/15] LSM: Infrastructure management of the mnt_opts security blob
  ` [RFC PATCH 12/15] LSM: Allow reservation of netlabel
  ` [RFC PATCH 13/15] LSM: restrict security_cred_getsecid() to a single LSM
  ` [RFC PATCH 14/15] Smack: Remove LSM_FLAG_EXCLUSIVE
  ` [RFC PATCH 15/15] LSM: Remove exclusive LSM flag

[PATCH v3] audit,module: restore audit logging in load failure case
 2025-06-16 21:00 UTC  (3+ messages)

[PATCH v1 0/2] override audit silence norule for fs cases
 2025-05-30  0:01 UTC  (10+ messages)
` [PATCH v1 1/2] audit: record fanotify event regardless of presence of rules

[GIT PULL] audit/audit-pr-20250527
 2025-05-28 15:42 UTC  (2+ messages)

[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
 2025-05-26 19:44 UTC  (15+ messages)
` [RFC PATCH 1/2] block accesses to unassigned PCI "
` [RFC PATCH 2/2] audit "
  ` [PATCH RFC "

[PATCH v3 0/5] Audit: Records for multiple security contexts
 2025-04-30 20:48 UTC  (16+ messages)
  ` [PATCH v3 1/5] Audit: Create audit_stamp structure
  ` [PATCH v3 2/5] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v3 3/5] Audit: Add record for multiple task security contexts
  ` [PATCH v3 4/5] Audit: multiple subject lsm values for netlabel
  ` [PATCH v3 5/5] Audit: Add record for multiple object contexts

[PATCH v2] audit,module: restore audit logging in load failure case
 2025-04-22 20:44 UTC  (6+ messages)

Regarding patch "fs: add kern_path_locked_negative()"
 2025-04-17  4:45 UTC 

[PATCH v1 2/2] audit: record AUDIT_ANOM_* events regardless of presence of rules
 2025-04-11 18:14 UTC  (2+ messages)

[PATCH v2 1/1] audit: Mark audit_log_vformat() with __printf() attribute
 2025-04-11 18:03 UTC  (4+ messages)

[PATCH v7 00/28] Landlock audit support
 2025-03-28 10:33 UTC  (33+ messages)
` [PATCH v7 01/28] lsm: Add audit_log_lsm_data() helper
` [PATCH v7 02/28] landlock: Add unique ID generator
` [PATCH v7 03/28] landlock: Move domain hierarchy management
` [PATCH v7 04/28] landlock: Prepare to use credential instead of domain for filesystem
` [PATCH v7 05/28] landlock: Prepare to use credential instead of domain for network
` [PATCH v7 06/28] landlock: Prepare to use credential instead of domain for scope
` [PATCH v7 07/28] landlock: Prepare to use credential instead of domain for fowner
` [PATCH v7 08/28] landlock: Identify domain execution crossing
` [PATCH v7 09/28] landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denials
` [PATCH v7 10/28] landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain status
` [PATCH v7 11/28] landlock: Log mount-related denials
` [PATCH v7 12/28] landlock: Log file-related denials
` [PATCH v7 13/28] landlock: Factor out IOCTL hooks
` [PATCH v7 14/28] landlock: Log truncate and IOCTL denials
` [PATCH v7 15/28] landlock: Log TCP bind and connect denials
` [PATCH v7 16/28] landlock: Log scoped denials
` [PATCH v7 17/28] landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flags
` [PATCH v7 18/28] landlock: Add LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFF
` [PATCH v7 19/28] samples/landlock: Enable users to log sandbox denials
` [PATCH v7 20/28] selftests/landlock: Add test for invalid ruleset file descriptor
` [PATCH v7 21/28] selftests/landlock: Extend tests for landlock_restrict_self(2)'s flags
` [PATCH v7 22/28] selftests/landlock: Add tests for audit flags and domain IDs
` [PATCH v7 23/28] selftests/landlock: Test audit with restrict flags
` [PATCH v7 24/28] selftests/landlock: Add audit tests for ptrace
` [PATCH v7 25/28] selftests/landlock: Add audit tests for abstract UNIX socket scoping
` [PATCH v7 26/28] selftests/landlock: Add audit tests for filesystem
` [PATCH v7 27/28] selftests/landlock: Add audit tests for network
` [PATCH v7 28/28] landlock: Add audit documentation

FYI: no patches queued for the Linux v6.15 merge window
 2025-03-23 19:43 UTC 

[PATCH v5 0/1] ipe: add errno field to IPE policy load auditing
 2025-03-18 22:50 UTC  (5+ messages)
` [PATCH v5 1/1] "

[PATCH v1] audit,module: restore audit logging in load failure case
 2025-03-13 15:18 UTC  (5+ messages)

[PATCH v2 0/6] Audit: Records for multiple security contexts
 2025-03-13 12:29 UTC  (18+ messages)
  ` [PATCH v2 1/6] Audit: Create audit_stamp structure
  ` [PATCH v2 2/6] Audit: Allow multiple records in an audit_buffer
  ` [PATCH v2 3/6] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v2 4/6] Audit: Add record for multiple task security contexts
  ` [PATCH v2 5/6] Audit: multiple subject lsm values for netlabel
  ` [PATCH v2 6/6] Audit: Add record for multiple object contexts

[PATCH v1 1/1] audit: Mark audit_log_vformat() with __printf() attribute
 2025-03-13  8:50 UTC  (3+ messages)

[PATCH] fs: dodge an atomic in putname if ref == 1
 2025-03-12 16:07 UTC  (4+ messages)

[PATCH v4 0/1] ipe: add errno field to IPE policy load auditing
 2025-03-11 22:10 UTC  (4+ messages)
` [RFC PATCH v4 1/1] "
  ` [PATCH RFC "

[PATCH v6 00/26] Landlock audit support
 2025-03-09  9:41 UTC  (28+ messages)
` [PATCH v6 01/26] lsm: Add audit_log_lsm_data() helper
` [PATCH v6 02/26] landlock: Add unique ID generator
` [PATCH v6 03/26] landlock: Move domain hierarchy management
` [PATCH v6 04/26] landlock: Prepare to use credential instead of domain for filesystem
` [PATCH v6 05/26] landlock: Prepare to use credential instead of domain for network
` [PATCH v6 06/26] landlock: Prepare to use credential instead of domain for scope
` [PATCH v6 07/26] landlock: Prepare to use credential instead of domain for fowner
` [PATCH v6 08/26] landlock: Identify domain execution crossing
` [PATCH v6 09/26] landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denials
` [PATCH v6 10/26] landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain status
` [PATCH v6 11/26] landlock: Log mount-related denials
` [PATCH v6 12/26] landlock: Log file-related denials
` [PATCH v6 13/26] landlock: Log truncate and IOCTL denials
` [PATCH v6 14/26] landlock: Log TCP bind and connect denials
` [PATCH v6 15/26] landlock: Log scoped denials
` [PATCH v6 16/26] landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flags
` [PATCH v6 17/26] landlock: Add LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFF
` [PATCH v6 18/26] samples/landlock: Enable users to log sandbox denials
` [PATCH v6 19/26] selftests/landlock: Add test for invalid ruleset file descriptor
` [PATCH v6 20/26] selftests/landlock: Extend tests for landlock_restrict_self(2)'s flags
` [PATCH v6 21/26] selftests/landlock: Add tests for audit flags and domain IDs
` [PATCH v6 22/26] selftests/landlock: Test audit with restrict flags
` [PATCH v6 23/26] selftests/landlock: Add audit tests for ptrace
` [PATCH v6 24/26] selftests/landlock: Add audit tests for abstract unix socket scoping
` [PATCH v6 25/26] selftests/landlock: Add audit tests for filesystem
` [PATCH v6 26/26] landlock: Add audit documentation

[PATCH v5 00/24] Landlock audit support
 2025-03-08 18:40 UTC  (4+ messages)
` [PATCH v5 02/24] landlock: Add unique ID generator

[PATCH] fs: support filename refcount without atomics
 2025-03-08 13:46 UTC  (14+ messages)


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