linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-06 15:18:19 to 2025-07-21 23:24:16 UTC [more...]

[RFC PATCH v2 0/34] Rework the LSM initialization
 2025-07-21 23:21 UTC  (16+ messages)
` [RFC PATCH v2 01/34] lsm: split the notifier code out into lsm_notifier.c
` [RFC PATCH v2 02/34] lsm: split the init code out into lsm_init.c
` [RFC PATCH v2 03/34] lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()
` [RFC PATCH v2 04/34] lsm: introduce looping macros for the initialization code
` [RFC PATCH v2 05/34] lsm: integrate report_lsm_order() code into caller
` [RFC PATCH v2 06/34] lsm: integrate lsm_early_cred() and lsm_early_task() "
` [RFC PATCH v2 07/34] lsm: rename ordered_lsm_init() to lsm_init_ordered()
` [RFC PATCH v2 08/34] lsm: replace the name field with a pointer to the lsm_id struct
` [RFC PATCH v2 09/34] lsm: rename the lsm order variables for consistency
` [RFC PATCH v2 10/34] lsm: rework lsm_active_cnt and lsm_idlist[]
` [RFC PATCH v2 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [RFC PATCH v2 12/34] lsm: rework the LSM enable/disable setter/getter functions
` [RFC PATCH v2 13/34] lsm: rename exists_ordered_lsm() to lsm_order_exists()
` [RFC PATCH v2 14/34] lsm: rename/rework append_ordered_lsm() into lsm_order_append()
` [RFC PATCH v2 15/34] lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()

-Wformat-invalid-specifier after 88fec3526e84 in -next
 2025-07-21 23:10 UTC 

[RFC PATCH 0/29] Rework the LSM initialization
 2025-07-21 21:59 UTC  (6+ messages)
` [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

[PATCH v2 00/13] Signed BPF programs
 2025-07-21 21:19 UTC  (14+ messages)
` [PATCH v2 01/13] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v2 02/13] bpf: Implement exclusive map creation
` [PATCH v2 03/13] libbpf: Implement SHA256 internal helper
` [PATCH v2 04/13] libbpf: Support exclusive map creation
` [PATCH v2 05/13] selftests/bpf: Add tests for exclusive maps
` [PATCH v2 06/13] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v2 07/13] bpf: Move the signature kfuncs to helpers.c
` [PATCH v2 08/13] bpf: Implement signature verification for BPF programs
` [PATCH v2 09/13] libbpf: Update light skeleton for signing
` [PATCH v2 10/13] libbpf: Embed and verify the metadata hash in the loader
` [PATCH v2 11/13] bpftool: Add support for signing BPF programs
` [PATCH v2 12/13] selftests/bpf: Enable signature verification for all lskel tests
` [PATCH v2 13/13] selftests/bpf: Add test for signed programs

[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
 2025-07-21 20:49 UTC  (26+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-07-21 13:30 UTC  (10+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH V9 2/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH V9 3/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH V9 4/7] mm/mempolicy: Export memory policy symbols
` [PATCH V9 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH V9 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH V9 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[syzbot] [apparmor?] linux-next test error: WARNING in apparmor_unix_stream_connect
 2025-07-21  9:35 UTC 

[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
 2025-07-20  7:32 UTC  (6+ messages)
` [PATCH RFC 1/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC scope
` [PATCH RFC 2/4] landlock: implement memfd detection
` [PATCH RFC 3/4] landlock: add memfd exec LSM hooks and scoping
` [PATCH RFC 4/4] selftests/landlock: add memfd execution tests

[PATCH RFC 0/3] selftests/landlock: scoping abstractions
 2025-07-19 12:41 UTC  (4+ messages)
` [PATCH RFC 1/3] selftests/landlock: move sandbox_type to common
` [PATCH RFC 2/3] selftests/landlock: add cross-domain variants
` [PATCH RFC 3/3] selftests/landlock: add cross-domain signal tests

[PATCH v2 0/3] Landlock: Disconnected directory handling
 2025-07-19 10:19 UTC  (8+ messages)
` [PATCH v2 1/3] landlock: Fix handling of disconnected directories
` [PATCH v2 2/3] selftests/landlock: Add tests for access through disconnected paths
` [PATCH v2 3/3] selftests/landlock: Add disconnected leafs and branch test suites

[PATCH v3 0/4] Landlock: Disconnected directory handling
 2025-07-19 10:42 UTC  (5+ messages)
` [PATCH v3 1/4] landlock: Fix cosmetic change
` [PATCH v3 2/4] landlock: Fix handling of disconnected directories
` [PATCH v3 3/4] selftests/landlock: Add tests for access through disconnected paths
` [PATCH v3 4/4] selftests/landlock: Add disconnected leafs and branch test suites

[PATCH] lsm: yama: Check for PTRACE_MODE_READ_FSCREDS access
 2025-07-18 16:43 UTC  (5+ messages)

[PATCH] lsm,selinux: Add LSM blob support for BPF objects
 2025-07-18 15:35 UTC  (8+ messages)

[PATCH 0/2] Secure Boot lock down
 2025-07-17 18:22 UTC  (3+ messages)

[syzbot] [lsm?] INFO: rcu detected stall in msr_read (2)
 2025-07-17 17:02 UTC 

[PATCH v5 0/5] Audit: Records for multiple security contexts
 2025-07-16 21:27 UTC  (6+ messages)
  ` [PATCH v5 1/5] Audit: Create audit_stamp structure
  ` [PATCH v5 2/5] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v5 3/5] Audit: Add record for multiple task security contexts
  ` [PATCH v5 4/5] Audit: Fix indentation in audit_log_exit
  ` [PATCH v5 5/5] Audit: Add record for multiple object contexts

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-16 17:12 UTC  (16+ messages)

[PATCH v4 4/4] Audit: Add record for multiple object contexts
 2025-07-15 20:40 UTC  (4+ messages)

unsubscribe
 2025-07-15  8:46 UTC 

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-14 21:09 UTC  (15+ messages)

[PATCH 00/12] Signed BPF programs
 2025-07-14 21:05 UTC  (13+ messages)
` [PATCH 05/12] libbpf: Support exclusive map creation

[PATCH v5 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-07-14 18:07 UTC  (7+ messages)
` [PATCH v5 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v5 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v5 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy

[RFC PATCH 0/6] fs/9p: Reuse inode based on path (in addition to qid)
 2025-07-11 19:12 UTC  (7+ messages)
` [RFC PATCH 1/6] fs/9p: Add ability to identify inode by path for .L
` [RFC PATCH 4/6] fs/9p: Add ability to identify inode by path for non-.L

[PATCH v1 1/1] fs: Fix use of incorrect flags with splice() on pipe from/to memfd
 2025-07-11 14:01 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers
 2025-07-10 21:56 UTC  (2+ messages)

[syzbot] [lsm?] [net?] WARNING in kvfree_call_rcu
 2025-07-10 16:04 UTC  (6+ messages)

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-07-10  1:57 UTC  (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches

[PATCH] tools/certs: Make print-cert-tbs-hash.sh compatible with recent OpenSSL
 2025-07-09 15:29 UTC  (2+ messages)

[syzbot] [lsm?] [net?] Unable to handle kernel write to read-only memory at virtual address ADDR (2)
 2025-07-08 22:51 UTC 

[PATCH -next RFC 0/4] IMA Root of Trust (RoT) Framework
 2025-07-08 21:15 UTC  (2+ messages)

[PATCH] Revert "integrity: Do not load MOK and MOKx when secure boot be disabled"
 2025-07-08 20:52 UTC  (8+ messages)

[RFC PATCH v1 1/2] landlock: Fix handling of disconnected directories
 2025-07-08 17:36 UTC  (5+ messages)
` [RFC PATCH v1 2/2] selftests/landlock: Add layout4_disconnected test suite

[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-07-08  2:45 UTC  (8+ messages)
` [PATCH v3] "

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-07 17:53 UTC  (11+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v5 bpf-next 2/5] landlock: Use path_walk_parent()

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-07 10:43 UTC  (3+ messages)

[RFC PATCH v2 00/12] landlock: Use coalesced hashtable for merged domains
 2025-07-06 15:16 UTC  (11+ messages)
` [RFC PATCH v2 03/12] landlock: Define coalesced hashtable and implement finding
` [RFC PATCH v2 04/12] landlock/domain: Implement finding rules
` [RFC PATCH v2 05/12] landlock/coalesced_hash: Implement insert
` [RFC PATCH v2 06/12] landlock/domain: Implement merging of a parent domain and a ruleset
` [RFC PATCH v2 07/12] landlock/domain: Define alloc and free
` [RFC PATCH v2 08/12] landlock/domain: Add landlock_domain_merge_ruleset
` [RFC PATCH v2 09/12] landlock: Update various code to use landlock_domain
` [RFC PATCH v2 10/12] landlock: Remove unused code
` [RFC PATCH v2 11/12] landlock/task: Fix incorrect BUILD_BUG_ON() in domain_is_scoped
` [RFC PATCH v2 12/12] landlock: Use a hash function that does not involve division


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).