public inbox for audit@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-01 17:54:54 to 2025-01-22 04:15:12 UTC [more...]

[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  (58+ messages)
` [PATCH v4 01/30] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
` [PATCH v4 02/30] lsm: Add audit_log_lsm_data() helper
` [PATCH v4 03/30] landlock: Factor out check_access_path()
` [PATCH v4 04/30] landlock: Add unique ID generator
` [PATCH v4 05/30] landlock: Move access types
` [PATCH v4 06/30] landlock: Simplify initially denied access rights
` [PATCH v4 07/30] landlock: Move domain hierarchy management and export helpers
` [PATCH v4 08/30] landlock: Add AUDIT_LANDLOCK_DENY and log ptrace denials
  ` [PATCH v4 8/30] "
` [PATCH v4 09/30] landlock: Add AUDIT_LANDLOCK_DOM_{INFO,DROP} and log domain properties
  ` [PATCH v4 9/30] "
` [PATCH v4 10/30] landlock: Log mount-related denials
` [PATCH v4 11/30] landlock: Align partial refer access checks with final ones
` [PATCH v4 12/30] selftests/landlock: Add test to check partial access in a mount tree
` [PATCH v4 13/30] landlock: Optimize file path walks and prepare for audit support
` [PATCH v4 14/30] landlock: Log file-related denials
` [PATCH v4 15/30] landlock: Log truncate and IOCTL denials
` [PATCH v4 16/30] landlock: Log TCP bind and connect denials
` [PATCH v4 17/30] landlock: Log scoped denials
` [PATCH v4 18/30] landlock: Control log events with LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v4 19/30] samples/landlock: Do not log denials from the sandboxer by default
` [PATCH v4 20/30] selftests/landlock: Fix error message
` [PATCH v4 21/30] selftests/landlock: Add wrappers.h
` [PATCH v4 22/30] selftests/landlock: Add layout1.umount_sandboxer tests
` [PATCH v4 23/30] selftests/landlock: Extend tests for landlock_restrict_self()'s flags
` [PATCH v4 24/30] selftests/landlock: Add tests for audit and LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v4 25/30] selftests/landlock: Add audit tests for ptrace
` [PATCH v4 26/30] landlock: Export and rename landlock_get_inode_object()
` [PATCH v4 27/30] fs: Add iput() cleanup helper
  ` (subset) "
` [PATCH v4 28/30] audit,landlock: Add AUDIT_EXE_LANDLOCK_DENY rule type
` [PATCH v4 29/30] selftests/landlock: Test audit rule with AUDIT_EXE_LANDLOCK_DOM
` [PATCH v4 30/30] selftests/landlock: Test compatibility with audit rule lists

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

[PATCH v3 00/23] Landlock audit support
 2025-01-07 14:23 UTC  (46+ messages)
` [PATCH v3 01/23] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
  ` [PATCH v3 1/23] "
` [PATCH v3 02/23] lsm: Add audit_log_lsm_data() helper
  ` [PATCH v3 2/23] "
` [PATCH v3 03/23] landlock: Factor out check_access_path()
` [PATCH v3 04/23] landlock: Add unique ID generator
` [PATCH v3 05/23] landlock: Move access types
` [PATCH v3 06/23] landlock: Simplify initially denied access rights
` [PATCH v3 07/23] landlock: Move domain hierarchy management
` [PATCH v3 08/23] landlock: Log ptrace denials
  ` [PATCH v3 8/23] "
` [PATCH v3 09/23] audit: Add a new audit_get_ctime() helper
  ` [PATCH v3 9/23] "
` [PATCH v3 10/23] landlock: Log domain properties and release
` [PATCH v3 11/23] landlock: Log mount-related denials
` [PATCH v3 12/23] landlock: Align partial refer access checks with final ones
` [PATCH v3 13/23] selftests/landlock: Add test to check partial access in a mount tree
` [PATCH v3 14/23] landlock: Optimize file path walks and prepare for audit support
` [PATCH v3 15/23] landlock: Log file-related denials
` [PATCH v3 16/23] landlock: Log truncate and ioctl denials
` [PATCH v3 17/23] landlock: Log TCP bind and connect denials
` [PATCH v3 18/23] landlock: Log scoped denials
` [PATCH v3 19/23] landlock: Control log events with LANDLOCK_RESTRICT_SELF_LOGLESS
` [PATCH v3 20/23] samples/landlock: Do not log denials from the sandboxer by default
` [PATCH v3 21/23] selftests/landlock: Extend tests for landlock_restrict_self()'s flags
` [PATCH v3 22/23] selftests/landlock: Add tests for audit
` [PATCH v3 23/23] selftests/landlock: Add audit tests for ptrace

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-12-20 17:27 UTC  (3+ messages)
` (subset) "

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

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

[PATCH v2] ima: instantiate the bprm_creds_for_exec() hook
 2024-12-10 16:47 UTC  (6+ messages)

[PATCH v2] audit: fix suffixed '/' filename matching in __audit_inode_child()
 2024-12-06 21:57 UTC  (5+ messages)

[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
 2024-12-06 20:57 UTC  (3+ messages)

[PATCH] kernel/audit: Use struct_group() for memcpy() region
 2024-12-06  0:45 UTC  (4+ messages)
  ` [PATCH v2] kernel/audit: reorder the member of audit_context

[GIT PULL] audit/audit-pr-20241205
 2024-12-05 23:27 UTC  (2+ messages)

[PATCH v2] ima: instantiate the bprm_creds_for_exec() hook
 2024-12-05 15:44 UTC  (7+ messages)

[PATCH v2] auditsc: Implement a workaround for a GCC bug triggered by task comm changes
 2024-12-05  3:57 UTC  (2+ messages)

[PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
 2024-12-05  3:33 UTC  (7+ messages)

[PATCH] auditsc: Implement a workaround for a GCC bug triggered by task comm changes
 2024-12-04 13:53 UTC  (6+ messages)

[PATCH v1] audit: fix suffixed '/' filename matching in __audit_inode_child()
 2024-12-04 13:36 UTC  (8+ messages)

[PATCH] kernel/audit: Use __struct_size replace __member_size
 2024-12-03 23:18 UTC  (2+ messages)

v6.13-rc1 build errors from kernel/auditsc.c
 2024-12-03 22:01 UTC  (3+ messages)

[PATCH] ima: instantiate the bprm_creds_for_exec() hook
 2024-12-03 16:03 UTC  (5+ messages)

[RFC PATCH] ima: instantiate the bprm_creds_for_exec() hook
 2024-12-03 11:52 UTC 

v6.13-rc1 build errors from kernel/auditsc.c
 2024-12-03  3:23 UTC 

[PATCH] kernel/audit: Use struct_group() for memcpy() region
 2024-12-02  1:21 UTC 

[PATCH] kernel/audit: Use struct_group() for memcpy() region
 2024-11-29  9:56 UTC 

include/linux/fortify-string.h:293:17: error: call to '__write_overflow' declared with attribute error: detected write beyond size of object (1st parameter)
 2024-11-26 16:26 UTC  (3+ messages)

[PATCH v2] bpf, lsm: Remove getlsmprop hooks BTF IDs
 2024-11-25 22:20 UTC  (2+ messages)

[PATCH] bpf, lsm: Fix getlsmprop hooks BTF IDs
 2024-11-25 19:35 UTC  (5+ messages)

[GIT PULL] audit/audit-pr-20241112
 2024-11-19  2:23 UTC  (2+ messages)

[RFC PATCH v2 00/14] Landlock audit support
 2024-11-13 15:21 UTC  (13+ messages)
` [RFC PATCH v2 04/14] landlock: Add unique ID generator
` [RFC PATCH v2 05/14] landlock: Move access types
` [RFC PATCH v2 10/14] landlock: Log file-related denials
` [RFC PATCH v2 12/14] landlock: Log TCP bind and connect denials

[PATCH v3 2/5] LSM: Replace context+len with lsm_context
 2024-11-01 17:54 UTC  (11+ messages)


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