public inbox for linux-security-module@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-09 00:31:37 to 2025-04-17 00:20:19 UTC [more...]

[PATCH RESEND v17 0/3] binder: report txn errors via generic netlink
 2025-04-17  0:20 UTC  (3+ messages)
` [PATCH RESEND v17 1/3] lsm, selinux: Add setup_report permission to binder
` [PATCH RESEND v17 2/3] binder: report txn errors via generic netlink

[PATCH 1/2] apparmor: shift ouid when mediating hard links in userns
 2025-04-16 22:42 UTC  (2+ messages)
` [PATCH 2/2] apparmor: shift uid when mediating af_unix "

[RFC PATCH] lsm: Add Rust bindings with example LSM
 2025-04-16 21:32 UTC 

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-16 17:31 UTC  (20+ messages)
` [PATCH v2 security-next 1/4] security: "
  ` [PATCH v2 "

[PATCH v1 1/3] landlock: Fix documentation for landlock_create_ruleset(2)
 2025-04-16 15:47 UTC  (3+ messages)
` [PATCH v1 2/3] landlock: Fix documentation for landlock_restrict_self(2)
` [PATCH v1 3/3] landlock: Update log documentation

[PATCH v12 0/9] ima: kexec: measure events between kexec load and execute
 2025-04-16  2:10 UTC  (10+ messages)
` [PATCH v12 1/9] ima: rename variable the seq_file "file" to "ima_kexec_file"
` [PATCH v12 2/9] ima: define and call ima_alloc_kexec_file_buf()
` [PATCH v12 3/9] kexec: define functions to map and unmap segments
` [PATCH v12 4/9] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v12 5/9] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v12 6/9] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v12 7/9] ima: verify if the segment size has changed
` [PATCH v12 8/9] ima: make the kexec extra memory configurable
` [PATCH v12 9/9] ima: measure kexec load and exec events as critical data

[RFC PATCH 0/29] Rework the LSM initialization
 2025-04-15 23:04 UTC  (94+ messages)
` [RFC PATCH 01/29] lsm: split the notifier code out into lsm_notifier.c
` [RFC PATCH 02/29] lsm: split the init code out into lsm_init.c
` [RFC PATCH 03/29] lsm: simplify prepare_lsm() and rename to lsm_prep_single()
` [RFC PATCH 04/29] lsm: simplify ordered_lsm_init() and rename to lsm_init_ordered()
` [RFC PATCH 05/29] lsm: replace the name field with a pointer to the lsm_id struct
` [RFC PATCH 06/29] lsm: cleanup and normalize the LSM order symbols naming
` [RFC PATCH 07/29] lsm: rework lsm_active_cnt and lsm_idlist[]
` [RFC PATCH 08/29] lsm: get rid of the lsm_names list and do some cleanup
` [RFC PATCH 09/29] lsm: cleanup and normalize the LSM enabled functions
` [RFC PATCH 10/29] lsm: cleanup the LSM blob size code
` [RFC PATCH 11/29] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [RFC PATCH 12/29] lsm: cleanup the LSM ordered parsing
` [RFC PATCH 13/29] lsm: fold lsm_init_ordered() into security_init()
` [RFC PATCH 14/29] lsm: add missing function header comment blocks in lsm_init.c
` [RFC PATCH 15/29] lsm: cleanup the debug and console output "
` [RFC PATCH 16/29] lsm: output available LSMs when debugging
` [RFC PATCH 17/29] lsm: introduce an initcall mechanism into the LSM framework
` [RFC PATCH 18/29] loadpin: move initcalls to "
` [RFC PATCH 19/29] ipe: "
` [RFC PATCH 20/29] smack: "
` [RFC PATCH 21/29] tomoyo: "
` [RFC PATCH 22/29] safesetid: "
` [RFC PATCH 23/29] apparmor: "
` [RFC PATCH 24/29] lockdown: "
` [RFC PATCH 25/29] ima,evm: "
` [RFC PATCH 26/29] selinux: "
` [RFC PATCH 27/29] lsm: consolidate all of the LSM framework initcalls
` [RFC PATCH 28/29] lsm: add a LSM_STARTED_ALL notification event
` [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

[PATCH] gcc-plugins: Disable GCC plugins for compile test builds
 2025-04-15 20:43 UTC  (19+ messages)

[PATCH 0/2] Allow individual features to be locked down
 2025-04-13 19:25 UTC  (8+ messages)
` [PATCH 1/2] lockdown: Switch implementation to using bitmap

[PATCH v8] KEYS: Add a list for unreferenced keys
 2025-04-12 12:37 UTC  (8+ messages)

[PATCH v3 net-next 0/4] net: Retire DCCP socket
 2025-04-12  3:10 UTC  (6+ messages)
` [PATCH v3 net-next 1/4] selftest: net: Remove DCCP bits
` [PATCH v3 net-next 2/4] net: Retire DCCP socket
` [PATCH v3 net-next 3/4] net: Unexport shared functions for DCCP
` [PATCH v3 net-next 4/4] tcp: Rename tcp_or_dccp_get_hashinfo()

Credentials not fully initialized before bprm_check LSM hook
 2025-04-11 22:14 UTC  (4+ messages)

[RFC PATCH 0/9] Landlock supervise: a mechanism for interactive permission requests
 2025-04-11 10:55 UTC  (7+ messages)
` [RFC PATCH 4/9] User-space API for creating a supervisor-fd

[PATCH v1 1/3] landlock: Log the TGID of the domain creator
 2025-04-11  8:35 UTC  (4+ messages)
` [PATCH v1 2/3] selftests/landlock: Factor out audit fixture in audit_test
` [PATCH v1 3/3] selftests/landlock: Add PID tests for audit records

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-04-11  6:51 UTC  (13+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd
` [PATCH RFC v7 5/8] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH RFC v7 7/8] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[Bug Report] A compilation failure occurs when landlock and RANDSTRUCT are combined with GCC 14.2.0
 2025-04-11  2:50 UTC  (4+ messages)

[PATCH v11 0/9] ima: kexec: measure events between kexec load and execute
 2025-04-10 19:47 UTC  (19+ messages)
` [PATCH v11 3/9] kexec: define functions to map and unmap segments
` [PATCH v11 4/9] ima: kexec: skip IMA segment validation after kexec soft reboot
` [PATCH v11 5/9] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v11 6/9] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v11 8/9] ima: make the kexec extra memory configurable

Full config
 2025-04-10  8:13 UTC 

[PATCH v2 net-next 0/4] net: Retire DCCP socket
 2025-04-09 18:53 UTC  (6+ messages)
` [PATCH v2 net-next 2/4] "
` [PATCH v2 net-next 3/4] net: Unexport shared functions for DCCP
` [PATCH v2 net-next 4/4] tcp: Rename tcp_or_dccp_get_hashinfo()

[PATCH] hardening: Disable GCC randstruct for COMPILE_TEST
 2025-04-09 15:26 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox