public inbox for audit@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-13 16:45:59 to 2025-03-20 19:07:38 UTC [more...]

[PATCH v7 00/28] Landlock audit support
 2025-03-20 19:06 UTC  (5+ 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 08/28] landlock: Identify domain execution crossing

[PATCH v2 1/1] audit: Mark audit_log_vformat() with __printf() attribute
 2025-03-20 15:19 UTC  (2+ messages)

[PATCH v2] audit,module: restore audit logging in load failure case
 2025-03-20  9:22 UTC  (2+ messages)

[PATCH v3 0/5] Audit: Records for multiple security contexts
 2025-03-19 22:27 UTC  (6+ 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 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  (6+ 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 v1 0/2] override audit silence norule for fs cases
 2025-03-10 12:50 UTC  (8+ messages)
` [PATCH v1 1/2] audit: record fanotify event regardless of presence of rules
` [PATCH v1 2/2] audit: record AUDIT_ANOM_* events "

[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  (35+ messages)
` [PATCH v5 01/24] lsm: Add audit_log_lsm_data() helper
` [PATCH v5 02/24] landlock: Add unique ID generator
` [PATCH v5 03/24] landlock: Move domain hierarchy management
` [PATCH v5 04/24] landlock: Prepare to use credential instead of domain for filesystem
` [PATCH v5 05/24] landlock: Prepare to use credential instead of domain for network
` [PATCH v5 06/24] landlock: Prepare to use credential instead of domain for scope
` [PATCH v5 07/24] landlock: Prepare to use credential instead of domain for fowner
` [PATCH v5 08/24] landlock: Identify domain execution crossing
` [PATCH v5 09/24] landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denials
  ` [PATCH v5 9/24] "
` [PATCH v5 10/24] landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain status
` [PATCH v5 11/24] landlock: Log mount-related denials
` [PATCH v5 12/24] landlock: Log file-related denials
` [PATCH v5 13/24] landlock: Log truncate and IOCTL denials
` [PATCH v5 14/24] landlock: Log TCP bind and connect denials
` [PATCH v5 15/24] landlock: Log scoped denials
` [PATCH v5 16/24] landlock: Add LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v5 17/24] landlock: Add LANDLOCK_RESTRICT_SELF_QUIET_SUBDOMAINS
` [PATCH v5 18/24] landlock: Add LANDLOCK_RESTRICT_SELF_LOG_CROSS_EXEC
` [PATCH v5 19/24] samples/landlock: Enable users to log sandbox denials
` [PATCH v5 20/24] selftests/landlock: Extend tests for landlock_restrict_self()'s flags
` [PATCH v5 21/24] selftests/landlock: Add tests for audit and LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v5 22/24] selftests/landlock: Test audit with restrict flags
` [PATCH v5 23/24] selftests/landlock: Add audit tests for ptrace
` [PATCH v5 24/24] landlock: Add audit documentation

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

[PATCH v2] ipe: add errno field to IPE policy load auditing
 2025-03-06  0:08 UTC  (9+ messages)
    ` [PATCH v3] "

[PATCH 0/2] VFS: minor improvements to a couple of interfaces
 2025-02-12  4:40 UTC  (24+ messages)
` [PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 2/2] VFS: add common error checks to lookup_one_qstr_excl()

audit_reusename in getname_flags
 2025-02-06 22:10 UTC  (3+ messages)

[GIT PULL] audit/audit-pr-20250130
 2025-01-31  1:59 UTC  (2+ messages)

[PATCH V3] audit: Initialize lsmctx to avoid memory allocation error
 2025-01-30  1:00 UTC  (2+ messages)
` [PATCH v3] "

[PATCH V2] audit: Initialize lsmctx to avoid memory allocation error
 2025-01-29  8:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] audit: Initialize lsmctx to avoid memory allocation error
 2025-01-25  9:36 UTC  (3+ messages)

[GIT PULL] audit/audit-pr-20250121
 2025-01-22  4:15 UTC  (2+ messages)

[PATCH v4 00/30] Landlock audit support
 2025-01-16 20:24 UTC  (13+ messages)
` [PATCH v4 27/30] fs: Add iput() cleanup helper
` [PATCH v4 28/30] audit,landlock: Add AUDIT_EXE_LANDLOCK_DENY rule type

[PATCH v4 09/30] landlock: Add AUDIT_LANDLOCK_DOM_{INFO,DROP} and log domain properties
 2025-01-16 20:19 UTC  (4+ messages)
` [PATCH v4 9/30] "

[PATCH v4 08/30] landlock: Add AUDIT_LANDLOCK_DENY and log ptrace denials
 2025-01-16 20:00 UTC  (4+ messages)
` [PATCH v4 8/30] "

Questions regarding TTY input auditing
 2025-01-15  1:06 UTC  (4+ messages)


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