messages from 2025-01-08 15:44:00 to 2025-03-09 09:41:47 UTC [more...]
[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 v2 0/6] Audit: Records for multiple security contexts
2025-03-08 15:52 UTC (8+ 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] fs: support filename refcount without atomics
2025-03-08 13:46 UTC (14+ messages)
[PATCH v4 0/1] ipe: add errno field to IPE policy load auditing
2025-03-07 22:03 UTC (2+ messages)
` [RFC PATCH v4 1/1] "
[PATCH v1] audit,module: restore audit logging in load failure case
2025-03-07 19:41 UTC (5+ messages)
[PATCH v1 0/2] override audit silence norule for fs cases
2025-03-07 19:19 UTC (7+ messages)
` [PATCH v1 1/2] audit: record fanotify event regardless of presence of rules
` [PATCH v1 2/2] audit: record AUDIT_ANOM_* events "
[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 (55+ messages)
` [PATCH v4 03/30] landlock: Factor out check_access_path()
` [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)
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;
as well as URLs for NNTP newsgroup(s).