Audit system development
 help / color / mirror / Atom feed
 messages from 2024-10-07 14:50:54 to 2024-11-24 23:45:16 UTC [more...]

[PATCH] bpf, lsm: Fix getlsmprop hooks BTF IDs
 2024-11-24 23:45 UTC  (3+ messages)

[PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
 2024-11-22 14:50 UTC  (3+ messages)

[PATCH v3 00/23] Landlock audit support
 2024-11-22 14:33 UTC  (24+ messages)
` [PATCH v3 01/23] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
` [PATCH v3 02/23] lsm: Add audit_log_lsm_data() helper
` [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 09/23] audit: Add a new audit_get_ctime() helper
` [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 v2] audit: fix suffixed '/' filename matching in __audit_inode_child()
 2024-11-22 12:18 UTC 

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

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-11-17 12:09 UTC  (2+ messages)
` (subset) "

[PATCH v1] audit: fix suffixed '/' filename matching in __audit_inode_child()
 2024-11-14  4:09 UTC  (6+ messages)

[RFC PATCH v2 00/14] Landlock audit support
 2024-11-13 15:21 UTC  (29+ messages)
` [RFC PATCH v2 01/14] lsm: Only build lsm_audit.c if CONFIG_AUDIT is set
` [RFC PATCH v2 02/14] lsm: Add audit_log_lsm_data() helper
` [RFC PATCH v2 03/14] landlock: Factor out check_access_path()
` [RFC PATCH v2 04/14] landlock: Add unique ID generator
` [RFC PATCH v2 05/14] landlock: Move access types
` [RFC PATCH v2 06/14] landlock: Move domain hierarchy management
` [RFC PATCH v2 07/14] landlock: Log ptrace denials
` [RFC PATCH v2 08/14] landlock: Log domain properties and release
` [RFC PATCH v2 09/14] landlock: Log mount-related denials
` [RFC PATCH v2 10/14] landlock: Log file-related denials
` [RFC PATCH v2 11/14] landlock: Log truncate and ioctl denials
` [RFC PATCH v2 12/14] landlock: Log TCP bind and connect denials
` [RFC PATCH v2 13/14] landlock: Log scoped denials
` [RFC PATCH v2 14/14] landlock: Control log events with LANDLOCK_RESTRICT_SELF_LOGLESS

[PATCH v3 1/5] LSM: Ensure the correct LSM context releaser
 2024-11-01 17:54 UTC  (15+ messages)
` [PATCH v3 2/5] LSM: Replace context+len with lsm_context

[PATCH v1] audit,module: restore audit logging in load failure case
 2024-10-28  5:55 UTC  (5+ messages)

[syzbot] [kernel?] KCSAN: assert: race in dequeue_entities
 2024-10-23 14:13 UTC  (12+ messages)

[PATCH] audit: Use str_yes_no() helper function
 2024-10-22 23:16 UTC  (2+ messages)

[PATCH v2 1/6] LSM: Ensure the correct LSM context releaser
 2024-10-22 16:25 UTC  (6+ messages)
` [PATCH v2 2/6] LSM: Replace context+len with lsm_context

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-21 14:04 UTC  (79+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers
  ` [PATCH RFC "
` [RFC PATCH v1 3/7] selinux: Fix inode numbers in error messages
  ` [PATCH RFC "
` [RFC PATCH v1 4/7] integrity: Fix inode numbers in audit records
  ` [PATCH RFC "
` [RFC PATCH v1 5/7] ipe: "
` [RFC PATCH v1 6/7] smack: Fix inode numbers in logs
` [RFC PATCH v1 7/7] tomoyo: "
  ` [PATCH] tomoyo: use u64 for handling numeric values

[PATCH nf-next v3 0/5] netfilter: nf_tables: reduce set element transaction size
 2024-10-17 22:53 UTC  (3+ messages)

[PATCH v4 05/13] LSM: Use lsm_prop in security_ipc_getsecid
 2024-10-11  3:08 UTC  (4+ messages)
  ` [PATCH v4 5/13] "
` [PATCH v4 07/13] LSM: Use lsm_prop in security_current_getsecid
` [PATCH v4 10/13] LSM: Create new security_cred_getlsmprop LSM hook

[PATCH] netfilter: Record uid and gid in xt_AUDIT
 2024-10-10 20:40 UTC  (4+ messages)

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[PATCH v9 0/7] Improve the copy of task comm
 2024-10-07 14:49 UTC  (2+ messages)
` [PATCH v9 7/7] drm: Replace strcpy() with strscpy()


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