Audit system development
 help / color / mirror / Atom feed
 messages from 2024-06-28 09:05:55 to 2024-09-23 14:48:43 UTC [more...]

[RFC] struct filename, io_uring and audit troubles
 2024-09-23 14:48 UTC  (7+ messages)

[syzbot] [audit?] general protection fault in smack_log_callback
 2024-09-19 19:37 UTC  (4+ messages)

[PATCH 1/5] LSM: Replace context+len with lsm_context
 2024-09-19  4:12 UTC  (2+ messages)

[GIT PULL] audit/audit-pr-20240911
 2024-09-16 15:00 UTC  (2+ messages)

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-13  2:23 UTC  (29+ messages)
` [PATCH v8 1/8] Get rid of __get_task_comm()
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v8 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH v3 05/13] LSM: Use lsm_prop in security_ipc_getsecid
 2024-09-10 18:41 UTC  (3+ messages)
` [PATCH v3 07/13] LSM: Use lsm_prop in security_current_getsecid
` [PATCH v3 10/13] LSM: Create new security_cred_getlsmprop LSM hook

[PATCH -next] audit: Make use of str_enabled_disabled() helper
 2024-09-04  1:45 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 05/13] LSM: Use lsmblob in security_ipc_getsecid
 2024-09-04  1:24 UTC  (7+ messages)
  ` [PATCH v2 5/13] "
` [PATCH v2 07/13] LSM: Use lsmblob in security_current_getsecid
` [PATCH v2 10/13] LSM: Create new security_cred_getlsmblob LSM hook

[syzbot] [kernel?] WARNING in audit_log_start
 2024-09-03 21:22 UTC  (6+ messages)

[PATCH v2] audit: use task_tgid_nr() instead of task_pid_nr()
 2024-08-28 20:48 UTC  (2+ messages)

[PATCH v7 0/8] Improve the copy of task comm
 2024-08-28  1:19 UTC  (21+ messages)
` [PATCH v7 1/8] Get rid of __get_task_comm()
` [PATCH v7 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v7 3/8] security: Replace memcpy() with get_task_comm()
` [PATCH v7 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v7 5/8] mm/util: Fix possible race condition in kstrdup()
` [PATCH v7 6/8] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v7 7/8] net: Replace strcpy() with strscpy()
` [PATCH v7 8/8] drm: "

[PATCH 05/13] LSM: Use lsmblob in security_ipc_getsecid
 2024-08-27 12:23 UTC  (4+ messages)
` [PATCH 10/13] LSM: Create new security_cred_getlsmblob LSM hook

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-20  2:51 UTC  (42+ messages)
` [PATCH v20 01/20] security: add ipe lsm
` [PATCH v20 02/20] ipe: add policy parser
` [PATCH v20 03/20] ipe: add evaluation loop
` [PATCH v20 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v20 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v20 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v20 07/20] security: add new securityfs delete function
` [PATCH v20 08/20] ipe: add userspace interface
` [PATCH v20 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v20 10/20] ipe: add permissive toggle
` [PATCH v20 11/20] block|lsm: Add LSM blob and new LSM hooks for block devices
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v20 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v20 14/20] security: add security_inode_setintegrity() hook
` [PATCH v20 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v20 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v20 17/20] scripts: add boot policy generation program
` [PATCH v20 18/20] ipe: kunit test for parser
` [PATCH v20 19/20] Documentation: add ipe documentation
` [PATCH v20 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH v6 0/9] Improve the copy of task comm
 2024-08-14  2:34 UTC  (15+ messages)
` [PATCH v6 1/9] Get rid of __get_task_comm()
` [PATCH v6 2/9] auditsc: Replace memcpy() with strscpy()
` [PATCH v6 3/9] security: Replace memcpy() with get_task_comm()
` [PATCH v6 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v6 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v6 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v6 7/9] tracing: Replace strncpy() with strscpy()
` [PATCH v6 8/9] net: Replace strcpy() "
` [PATCH v6 9/9] drm: "

[PATCH v2] fs: try an opportunistic lookup for O_CREAT opens too
 2024-08-11 21:52 UTC  (8+ messages)

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-08  7:58 UTC  (3+ messages)

[PATCH v5 0/9] Improve the copy of task comm
 2024-08-06  3:50 UTC  (14+ messages)
` [PATCH v5 1/9] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v5 2/9] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v5 3/9] security: "
` [PATCH v5 4/9] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v5 5/9] mm/util: Fix possible race condition in kstrdup()
` [PATCH v5 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v5 7/9] tracing: Replace strncpy() with __get_task_comm()
` [PATCH v5 8/9] net: Replace strcpy() "
` [PATCH v5 9/9] drm: "

[PATCH] audit: Use strscpy instead of memcpy when copying comm
 2024-08-01  1:25 UTC  (3+ messages)

[PATCH resend v4 00/11] Improve the copy of task comm
 2024-07-31  2:14 UTC  (16+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v4 03/11] security: "
` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v4 08/11] tsacct: "
` [PATCH v4 09/11] tracing: "
` [PATCH v4 10/11] net: Replace strcpy() "
` [PATCH v4 11/11] drm: "

[RFC PATCH v3 12/37] kvx: Add ELF-related definitions
 2024-07-22  9:41 UTC 

No audit kernel PR for the Linux v6.11 merge window
 2024-07-15 19:40 UTC 

[PATCH v4 00/11] Improve the copy of task comm
 2024-06-28  9:05 UTC  (9+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
  ` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
  ` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
  ` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
  ` [PATCH v4 08/11] tsacct: "
  ` [PATCH v4 09/11] tracing: "
  ` [PATCH v4 10/11] net: Replace strcpy() "
  ` [PATCH v4 11/11] drm: "


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