messages from 2025-10-10 08:09:05 to 2025-10-27 20:04:44 UTC [more...]
[PATCH] KEYS: fix compilation warnings in the dump_options() function
2025-10-27 20:04 UTC (4+ messages)
[PATCH 2/2] keys: Remove unnecessary local variable from proc_keys_show
2025-10-27 19:54 UTC (2+ messages)
[RFC PATCH v1 0/3] Fix TCP short AF_UNSPEC handling
2025-10-27 19:07 UTC (4+ messages)
` [RFC PATCH v1 1/3] selftests/landlock: Fix TCP bind(AF_UNSPEC) test case
` [RFC PATCH v1 2/3] selftests/landlock: Add missing connect(minimal AF_UNSPEC) test
` [RFC PATCH v1 3/3] landlock: Fix TCP handling of short AF_UNSPEC addresses
[PATCH v17] exec: Fix dead-lock in de_thread with ptrace_attach
2025-10-27 12:06 UTC (3+ messages)
[RFC bpf-next] lsm: bpf: Remove lsm_prop_bpf
2025-10-27 9:40 UTC (2+ messages)
[PATCH] selftests/landlock: Fix makefile header list
2025-10-27 1:14 UTC
[GIT PULL] Block fixes for 6.18-rc3
2025-10-26 22:57 UTC (3+ messages)
[PATCH v3 0/8] Implement LANDLOCK_ADD_RULE_QUIET
2025-10-26 21:01 UTC (10+ messages)
` [PATCH v3 1/8] landlock: Add a place for flags to layer rules
` [PATCH v3 2/8] landlock: Add API support and docs for the quiet flags
` [PATCH v3 3/8] landlock: Suppress logging when quiet flag is present
` [PATCH v3 4/8] landlock: Fix wrong type usage
` [PATCH v3 5/8] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v3 6/8] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v3 7/8] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v3 8/8] selftests/landlock: add tests for quiet flag with net rules
[PATCH v2 0/6] Implement LANDLOCK_ADD_RULE_QUIET
2025-10-26 20:50 UTC (16+ messages)
` [PATCH v2 1/6] landlock: Add a place for flags to layer rules
` [PATCH v2 2/6] landlock: Add API support and docs for the quiet flags
` [PATCH v2 3/6] landlock/audit: Check for quiet flag in landlock_log_denial
` [PATCH v2 6/6] Implement quiet for optional accesses
[PATCH v2 0/2] Landlock multithreaded enforcement
2025-10-24 21:29 UTC (9+ messages)
` [PATCH v2 1/2] landlock: Multithreading support for landlock_restrict_self()
` [PATCH v2 2/2] landlock: selftests for LANDLOCK_RESTRICT_SELF_TSYNC
[PATCH v6 03/10] KEYS: trusted: Fix memory leak in tpm2_load()
2025-10-24 18:49 UTC (8+ messages)
` [PATCH v6 04/10] KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2
` [PATCH v6 06/10] tpm2-sessions: Unmask tpm_buf_append_hmac_session()
` [PATCH v6 07/10] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 08/10] tpm-buf: unify TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 10/10] tpm-buf: Enable managed and stack allocations
[PATCH] ima: Fall back to default kernel module signature verification
2025-10-24 15:16 UTC (14+ messages)
[PATCH 0/2] ipe: add script enforcement mechanism with AT_EXECVE_CHECK
2025-10-23 23:36 UTC (3+ messages)
` [PATCH 1/2] ipe: Add AT_EXECVE_CHECK support for script enforcement
` [PATCH 2/2] ipe: Update documentation "
[PATCH bpf-next v2 0/3] BPF signature hash chains
2025-10-23 17:53 UTC (26+ messages)
[PATCH] KEYS: encrypted: Use designated initializers for match_table_t structs
2025-10-23 13:35 UTC (5+ messages)
[PATCH v5 0/34] Rework the LSM initialization
2025-10-22 23:34 UTC (36+ messages)
` [PATCH v5 01/34] lsm: split the notifier code out into lsm_notifier.c
` [PATCH v5 02/34] lsm: split the init code out into lsm_init.c
` [PATCH v5 03/34] lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()
` [PATCH v5 04/34] lsm: introduce looping macros for the initialization code
` [PATCH v5 05/34] lsm: integrate report_lsm_order() code into caller
` [PATCH v5 06/34] lsm: integrate lsm_early_cred() and lsm_early_task() "
` [PATCH v5 07/34] lsm: rename ordered_lsm_init() to lsm_init_ordered()
` [PATCH v5 08/34] lsm: replace the name field with a pointer to the lsm_id struct
` [PATCH v5 09/34] lsm: rename the lsm order variables for consistency
` [PATCH v5 10/34] lsm: rework lsm_active_cnt and lsm_idlist[]
` [PATCH v5 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [PATCH v5 12/34] lsm: rework the LSM enable/disable setter/getter functions
` [PATCH v5 13/34] lsm: rename exists_ordered_lsm() to lsm_order_exists()
` [PATCH v5 14/34] lsm: rename/rework append_ordered_lsm() into lsm_order_append()
` [PATCH v5 15/34] lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()
` [PATCH v5 16/34] lsm: cleanup the LSM blob size code
` [PATCH v5 17/34] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [PATCH v5 18/34] lsm: fold lsm_init_ordered() into security_init()
` [PATCH v5 19/34] lsm: add/tweak function header comment blocks in lsm_init.c
` [PATCH v5 20/34] lsm: cleanup the debug and console output "
` [PATCH v5 21/34] lsm: output available LSMs when debugging
` [PATCH v5 22/34] lsm: group lsm_order_parse() with the other lsm_order_*() functions
` [PATCH v5 01/11] loadpin: move initcalls to the LSM framework
` [PATCH v5 02/11] ipe: "
` [PATCH v5 03/11] smack: "
` [PATCH v5 04/11] tomoyo: "
` [PATCH v5 05/11] safesetid: "
` [PATCH v5 06/11] apparmor: "
` [PATCH v5 07/11] lockdown: "
` [PATCH v5 08/11] ima,evm: "
` [PATCH v5 09/11] selinux: "
` [PATCH v5 10/11] lsm: consolidate all of the LSM framework initcalls
` [PATCH v5 11/11] lsm: add a LSM_STARTED_ALL notification event
[PATCH] apparmor: replace sprintf with snprintf in aa_new_learning_profile
2025-10-22 9:37 UTC
Zwrot
2025-10-22 8:11 UTC
[PATCH v2] x86/bpf: do not audit capability check in do_jit()
2025-10-22 1:30 UTC (3+ messages)
[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
2025-10-21 12:32 UTC (7+ messages)
[PATCH v2] nbd: override creds to kernel when calling sock_{send,recv}msg()
2025-10-20 16:38 UTC (6+ messages)
[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-10-20 15:52 UTC (10+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [f2fs-dev] "
[PATCH] apparmor: Replace deprecated strcpy in d_namespace_path
2025-10-16 17:49 UTC
[PATCH] apparmor: Replace deprecated strcpy with memcpy in gen_symlink_name
2025-10-16 15:41 UTC
[PATCH v2 0/2] selftests: Centralize kselftest headers to avoid relative includes
2025-10-16 10:44 UTC (2+ messages)
` [PATCH v3] selftests: complete kselftest include centralization
[PATCH] KEYS: encrypted: Simplify determining 'format_len'
2025-10-15 23:21 UTC
[RFC PATCH 01/15] Audit: Create audit_stamp structure
2025-10-15 15:01 UTC (4+ messages)
` [PATCH RFC 1/15] "
[PATCH v3] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
2025-10-15 11:06 UTC (3+ messages)
[PATCH] keys: Remove redundant less-than-zero checks
2025-10-15 11:02 UTC (3+ messages)
[RFC PATCH 13/15] LSM: restrict security_cred_getsecid() to a single LSM
2025-10-14 23:13 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 12/15] LSM: Allow reservation of netlabel
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 11/15] LSM: Infrastructure management of the mnt_opts security blob
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 10/15] LSM: allocate mnt_opts blobs instead of module specific data
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC "
[RFC PATCH 09/15] LSM: Add mount opts blob size tracking
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC 9/15] "
[RFC PATCH 07/15] Audit: Call only the first of the audit rule hooks
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC 7/15] "
[RFC PATCH 06/15] LSM: Exclusive secmark usage
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC 6/15] "
[RFC PATCH 05/15] LSM: Single calls in secid hooks
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC 5/15] "
[RFC PATCH 04/15] Audit: Add record for multiple object contexts
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC 4/15] "
[RFC PATCH 03/15] Audit: Add record for multiple task security contexts
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC 3/15] "
[RFC PATCH 02/15] LSM: security_lsmblob_to_secctx module selection
2025-10-14 23:12 UTC (2+ messages)
` [PATCH RFC 2/15] "
[PATCH 0/2] LSM: Identify module using network facilities
2025-10-13 22:21 UTC (12+ messages)
` [PATCH 1/2] LSM: Exclusive secmark usage
` [PATCH 2/2] LSM: Allow reservation of netlabel
[PATCH v3] memfd,selinux: call security_inode_init_security_anon
2025-10-13 22:19 UTC (6+ messages)
[PATCH v2 0/2] LSM: Multiple LSM mount options
2025-10-13 20:55 UTC (4+ messages)
` [PATCH v2 2/2] LSM: Infrastructure management of the mnt_opts security blob
[PATCH 6.17 004/563] pid: use ns_capable_noaudit() when determining net sysctl permissions
2025-10-13 14:37 UTC
[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
2025-10-13 9:24 UTC (5+ messages)
[PATCH v2] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
2025-10-13 7:22 UTC (4+ messages)
[PATCH] apparmor: Replace sprintf/strcpy with scnprintf/strscpy in aa_policy_init
2025-10-12 15:07 UTC (2+ messages)
[PATCH v6 0/5] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-10-11 12:07 UTC (13+ messages)
` [PATCH v6 1/5] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v6 2/5] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v6 3/5] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy
` [PATCH v6 4/5] SELinux: add support for lsm_config_system_policy
` [PATCH v6 5/5] Smack: add support for lsm_config_self_policy and lsm_config_system_policy
[PATCH v4 0/34] Rework the LSM initialization
2025-10-10 19:21 UTC (6+ messages)
` [PATCH v4 31/34] ima,evm: move initcalls to the LSM framework
[PATCH] keys: Replace deprecated strncpy in ecryptfs_fill_auth_tok
2025-10-10 15:12 UTC (2+ messages)
[PATCH v5 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-10-10 14:59 UTC (8+ messages)
` [PATCH v5 2/3] lsm: introduce security_lsm_config_*_policy hooks
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).