messages from 2025-01-24 11:36:31 to 2025-01-31 16:31:55 UTC [more...]
[PATCH v5 00/24] Landlock audit support
2025-01-31 16:30 UTC (18+ messages)
` [PATCH v5 01/24] lsm: Add audit_log_lsm_data() helper
` [PATCH v5 02/24] landlock: Add unique ID generator
` [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 19/24] samples/landlock: Enable users to log sandbox denials
[PATCH v5 0/3] mount notification
2025-01-31 14:39 UTC (10+ 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] 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()
Possible mistake in commit 3ca459eaba1b ("tun: fix group permission check")
2025-01-30 16:46 UTC (15+ messages)
[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 (15+ messages)
` [PATCH v6 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v6 2/7] kexec: define functions to map and unmap segments
` [PATCH v6 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v6 4/7] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v6 5/7] ima: kexec: move IMA log copy from kexec load to execute
` [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 02/14] Add TSEM specific documentation
2025-01-28 22:23 UTC (8+ messages)
` [PATCH v4 2/14] "
[PATCH v4 0/4] mount notification
2025-01-28 18:11 UTC (11+ messages)
` [PATCH v4 2/4] fanotify: notify on mount attach and detach
` [PATCH v4 4/4] vfs: add notifications for mount attribute change
[PATCH v10 bpf-next 0/7] Enable writing xattr from BPF programs
2025-01-28 10:53 UTC (9+ messages)
` [PATCH v10 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v10 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v10 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v10 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v10 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
` [PATCH v10 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v10 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
[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
[PATCH] smack: dont compile ipv6 code unless ipv6 is configured
2025-01-26 22:06 UTC (5+ messages)
` Re[2]: "
` Re[4]: "
[PATCH AUTOSEL 5.4 4/7] tomoyo: don't emit warning in tomoyo_write_control()
2025-01-26 15:05 UTC
[PATCH AUTOSEL 5.10 04/12] tomoyo: don't emit warning in tomoyo_write_control()
2025-01-26 15:04 UTC
[PATCH AUTOSEL 5.15 04/14] tomoyo: don't emit warning in tomoyo_write_control()
2025-01-26 15:04 UTC
[PATCH AUTOSEL 6.1 05/17] tomoyo: don't emit warning in tomoyo_write_control()
2025-01-26 15:03 UTC
[PATCH AUTOSEL 6.6 06/19] tomoyo: don't emit warning in tomoyo_write_control()
2025-01-26 15:03 UTC
[PATCH AUTOSEL 6.12 07/29] tomoyo: don't emit warning in tomoyo_write_control()
2025-01-26 15:01 UTC
[PATCH AUTOSEL 6.13 09/35] tomoyo: don't emit warning in tomoyo_write_control()
2025-01-26 15:00 UTC
[PATCH AUTOSEL 5.10 3/3] safesetid: check size of policy writes
2025-01-26 14:57 UTC
[PATCH AUTOSEL 5.15 3/3] safesetid: check size of policy writes
2025-01-26 14:57 UTC
[PATCH AUTOSEL 6.1 9/9] safesetid: check size of policy writes
2025-01-26 14:56 UTC
[PATCH AUTOSEL 6.6 17/17] safesetid: check size of policy writes
2025-01-26 14:56 UTC
[PATCH AUTOSEL 6.12 28/31] safesetid: check size of policy writes
2025-01-26 14:54 UTC
[PATCH AUTOSEL 6.13 31/34] safesetid: check size of policy writes
2025-01-26 14:53 UTC
[PATCH] smack: ipv4/ipv6: tcp/dccp/sctp: fix incorrect child socket label
2025-01-26 14:07 UTC
[PATCH] tomoyo: fix spelling error
2025-01-26 12:59 UTC (2+ messages)
[PATCH v2 0/6] module: Introduce hash-based integrity checking
2025-01-25 21:16 UTC (2+ messages)
[PATCH] apparmor: fix typos and spelling errors
2025-01-25 10:58 UTC (3+ messages)
[PATCH] audit: Initialize lsmctx to avoid memory allocation error
2025-01-25 9:36 UTC (2+ messages)
[PATCH] apparmor: remove unused variable
2025-01-24 23:46 UTC (4+ messages)
[PATCH v6 0/7] *** SUBJECT HERE ***
2025-01-24 22:42 UTC (8+ messages)
` [PATCH v6 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v6 2/7] kexec: define functions to map and unmap segments
` [PATCH v6 3/7] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v6 4/7] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v6 5/7] ima: kexec: move IMA log copy from kexec load to execute
` [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 -next 2/2] apparmor: Modify mismatched function name
2025-01-24 22:05 UTC (4+ messages)
` [PATCH -next 1/2] "
[RESEND PATCH] apparmor: Use str_yes_no() helper function
2025-01-24 21:56 UTC (4+ messages)
[PATCH] apparmor: Remove unused variable 'sock' in __file_sock_perm()
2025-01-24 22:02 UTC (2+ messages)
[PATCH] apparmor: Fix checking address of an array in accum_label_info()
2025-01-24 21:59 UTC (2+ messages)
[PATCH v9 bpf-next 0/7] Enable writing xattr from BPF programs
2025-01-24 17:22 UTC (4+ messages)
` [PATCH v9 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
[PATCH 1/2] landlock: Minor typo and grammar fixes in IPC scoping documentation
2025-01-24 16:37 UTC (7+ messages)
` [PATCH 2/2] landlock: Clarify "
` [PATCH man 1/3] landlock.7: Update description of Landlock rules
` [PATCH man 2/3] landlock.7: Move over documentation for ABI version 6
` [PATCH man 3/3] landlock.7: Update wording in line with kernel side proposal
[PATCH] security: smack: fix typos and spelling errors
2025-01-24 16:07 UTC (3+ messages)
[PATCH] landlock: fix grammar and spelling error
2025-01-24 16:04 UTC (3+ messages)
[RFC PATCH v3 01/19] landlock: Support socket access-control
2025-01-24 14:02 UTC (13+ 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).