messages from 2024-12-06 00:45:06 to 2025-03-07 16:38:28 UTC [more...]
[PATCH] fs: support filename refcount without atomics
2025-03-07 16:38 UTC (8+ messages)
[PATCH v1 0/2] override audit silence norule for fs cases
2025-03-07 14:52 UTC (6+ messages)
` [PATCH v1 1/2] audit: record fanotify event regardless of presence of rules
` [PATCH v1 2/2] audit: record AUDIT_ANOM_* events "
[PATCH v5 00/24] Landlock audit support
2025-03-07 14:15 UTC (34+ 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 v1] audit,module: restore audit logging in load failure case
2025-03-07 0:11 UTC (4+ 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 (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 18/23] landlock: Log scoped denials
2025-01-07 14:23 UTC (5+ messages)
[PATCH v3 17/23] landlock: Log TCP bind and connect denials
2025-01-07 14:17 UTC (5+ messages)
[PATCH v3 10/23] landlock: Log domain properties and release
2025-01-07 14:16 UTC (5+ messages)
[PATCH v3 00/23] Landlock audit support
2025-01-06 14:45 UTC (10+ messages)
` [PATCH v3 08/23] landlock: Log ptrace denials
` [PATCH v3 8/23] "
` [PATCH v3 20/23] samples/landlock: Do not log denials from the sandboxer by default
[PATCH v3 09/23] audit: Add a new audit_get_ctime() helper
2025-01-05 1:23 UTC (2+ messages)
` [PATCH v3 9/23] "
[PATCH v3 02/23] lsm: Add audit_log_lsm_data() helper
2025-01-05 1:23 UTC (2+ messages)
` [PATCH v3 2/23] "
[PATCH v3 01/23] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
2025-01-04 16:47 UTC (2+ messages)
` [PATCH v3 1/23] "
[PATCH 00/35] Reorganize kerneldoc parameter names
2024-12-20 17:27 UTC (2+ 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 (5+ 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 v2] kernel/audit: reorder the member of audit_context
2024-12-06 0:45 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox