messages from 2025-01-27 13:50:00 to 2025-02-05 12:39:21 UTC [more...]
[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
2025-02-05 12:39 UTC (3+ messages)
[PATCH v4 02/14] Add TSEM specific documentation
2025-02-05 12:00 UTC (6+ messages)
` [PATCH v4 2/14] "
[RFC PATCH v3 0/3] Fix non-TCP sockets restriction
2025-02-05 9:36 UTC (4+ messages)
` [RFC PATCH v3 1/3] landlock: "
` [RFC PATCH v3 2/3] selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
` [RFC PATCH v3 3/3] selftests/landlock: Test that MPTCP actions are not restricted
[PATCH] ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
2025-02-05 2:59 UTC (2+ messages)
[PATCH] integrity: fix typos and spelling errors
2025-02-05 2:58 UTC (2+ messages)
[PATCH v5 0/3] mount notification
2025-02-04 23:52 UTC (14+ messages)
` [PATCH v5 1/3] fsnotify: add mount notification infrastructure
` [PATCH v5 2/3] fanotify: notify on mount attach and detach
` [PATCH v5 3/3] vfs: add notifications for "
[PATCH v7 0/7] ima: kexec: measure events between kexec load and excute
2025-02-04 22:51 UTC (12+ messages)
` [PATCH v7 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v7 2/7] kexec: define functions to map and unmap segments
` [PATCH v7 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v7 4/7] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v7 5/7] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v7 6/7] ima: make the kexec extra memory configurable
` [PATCH v7 7/7] ima: measure kexec load and exec events as critical data
[PATCH v2 0/6] module: Introduce hash-based integrity checking
2025-02-04 21:22 UTC (6+ messages)
` [PATCH v2 6/6] "
Possible mistake in commit 3ca459eaba1b ("tun: fix group permission check")
2025-02-04 19:40 UTC (18+ messages)
[PATCH v7 0/7] ima: kexec: measure events between kexec load and excute
2025-02-04 0:56 UTC (12+ messages)
` [PATCH v7 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v7 2/7] kexec: define functions to map and unmap segments
` [PATCH v7 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v7 4/7] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v7 6/7] ima: make the kexec extra memory configurable
` [PATCH v7 7/7] ima: measure kexec load and exec events as critical data
[PATCH v7 0/7] ima: kexec: measure events between kexec load and excute
2025-02-03 18:52 UTC (9+ messages)
` [PATCH v7 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v7 2/7] kexec: define functions to map and unmap segments
` [PATCH v7 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v7 4/7] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v7 6/7] ima: make the kexec extra memory configurable
` [PATCH v7 7/7] ima: measure kexec load and exec events as critical data
[PATCH v3 0/6] ima: Remove unnecessary inode locks
2025-02-03 1:31 UTC (13+ messages)
` [PATCH v3 1/6] fs: ima: Remove S_IMA and IS_IMA()
` [PATCH v3 2/6] ima: Remove inode lock
` [PATCH v3 3/6] ima: Detect if lock is held when iint pointer is set in inode security blob
` [PATCH v3 4/6] ima: Mark concurrent accesses to the iint pointer in the "
` [PATCH v3 5/6] ima: Defer fixing security.ima to __fput()
` [PATCH v3 6/6] ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr
[PATCH 1/2] landlock: Minor typo and grammar fixes in IPC scoping documentation
2025-02-02 12:51 UTC (4+ messages)
` [PATCH 2/2] landlock: Clarify "
[PATCH 2/2] LoadPin: Make sysctl table const
2025-02-02 11:10 UTC (2+ messages)
[RFC PATCH v1 0/3] Expose Landlock domain IDs via pidfd
2025-02-01 23:48 UTC (9+ messages)
` [RFC PATCH v1 1/3] landlock: Add landlock_read_domain_id()
` [RFC PATCH v1 2/3] pidfd: Extend PIDFD_GET_INFO with PIDFD_INFO_LANDLOCK_*_DOMAIN
` [RFC PATCH v1 3/3] samples/landlock: Print domain ID
[PATCH v5 00/24] Landlock audit support
2025-01-31 20:28 UTC (26+ 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 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] apparmor: Fix checking address of an array in accum_label_info()
2025-01-31 18:21 UTC (3+ messages)
[PATCH] tomoyo: use better patterns for procfs in learning mode
2025-01-31 14:31 UTC
[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
2025-01-31 11:04 UTC (23+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
[PATCH v12 bpf-next 0/5] Enable writing xattr from BPF programs
2025-01-31 9:10 UTC (8+ messages)
` [PATCH v12 bpf-next 1/5] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v12 bpf-next 2/5] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v12 bpf-next 3/5] bpf: lsm: Add two more sleepable hooks
` [PATCH v12 bpf-next 4/5] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v12 bpf-next 5/5] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
[PATCH v11 bpf-next 0/7] Enable writing xattr from BPF programs
2025-01-31 8:32 UTC (16+ messages)
` [PATCH v11 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v11 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v11 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v11 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v11 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
` [PATCH v11 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v11 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
[PATCH v3 1/2] io_uring: refactor io_uring_allowed()
2025-01-30 17:15 UTC (8+ messages)
` [PATCH v3 2/2] lsm,io_uring: add LSM hooks for io_uring_setup()
[PATCH V3] audit: Initialize lsmctx to avoid memory allocation error
2025-01-30 1:00 UTC (2+ messages)
` [PATCH v3] "
[RFC PATCH v2 0/2] ipe support for anonymous memory and memfd
2025-01-29 20:39 UTC (3+ messages)
` [RFC PATCH v2 1/2] memfd,lsm: add a security hook to memfd_create()
` [RFC PATCH v2 2/2] ipe: add 'anonymous_memory' property for policy decisions
[PATCH v6 0/7] ima: kexec: measure events between kexec load and excute
2025-01-29 17:58 UTC (11+ messages)
` [PATCH v6 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v6 6/7] ima: make the kexec extra memory configurable
` [PATCH 7/7] ima: measure kexec load and exec events as critical data
[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-01-29 13:01 UTC (3+ messages)
[PATCH] apparmor: use the condition in AA_BUG_FMT even with debug disabled
2025-01-29 11:46 UTC (4+ messages)
[PATCH v2] treewide: const qualify ctl_tables where applicable
2025-01-29 8:49 UTC (10+ messages)
` "
` "
` "
` "
[PATCH V2] audit: Initialize lsmctx to avoid memory allocation error
2025-01-29 8:04 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 0/4] mount notification
2025-01-28 18:11 UTC (7+ messages)
` [PATCH v4 2/4] fanotify: notify on mount attach and detach
[PATCH v10 bpf-next 0/7] Enable writing xattr from BPF programs
2025-01-28 10:53 UTC (3+ messages)
` [PATCH v10 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
[PATCH v1] selftests: Handle old glibc without execveat(2)
2025-01-27 19:39 UTC (2+ messages)
[syzbot] [lsm?] WARNING in handle_policy_update
2025-01-27 16:05 UTC (7+ messages)
` [PATCH v2] lsm: check size of writes
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).