linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-23 14:21:10 to 2024-06-04 13:31:26 UTC [more...]

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-04 13:02 UTC  (27+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH 2/6] tracing: Replace memcpy() with __get_task_comm()
` [PATCH 3/6] auditsc: "
` [PATCH 4/6] security: "
` [PATCH 5/6] bpftool: Make task comm always be NUL-terminated
` [PATCH 6/6] selftests/bpf: Replace memcpy() with __get_task_comm()

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-04  8:28 UTC  (11+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-06-04  0:30 UTC  (14+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH 2/2] apparmor: fix typo in kernel doc
 2024-06-03 22:35 UTC  (4+ messages)
` [PATCH 1/2] yama: document function parameter

[RFC PATCH] lsm: fixup the inode xattr capability handling
 2024-06-03 22:32 UTC  (8+ messages)

[PATCH v2] landlock: Add abstract unix socket connect restrictions
 2024-06-03 15:22 UTC  (9+ messages)

[PATCH v3] ima: Avoid blocking in RCU read-side critical section
 2024-06-03 14:44 UTC  (3+ messages)

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-06-03  1:40 UTC  (40+ messages)
` [PATCH v19 01/20] security: add ipe lsm
` [PATCH v19 02/20] ipe: add policy parser
` [PATCH v19 03/20] ipe: add evaluation loop
` [PATCH v19 04/20] ipe: add LSM hooks on execution and kernel read
` [PATCH v19 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v19 06/20] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v19 07/20] security: add new securityfs delete function
` [PATCH v19 08/20] ipe: add userspace interface
` [PATCH v19 09/20] uapi|audit|ipe: add ipe auditing support
` [PATCH v19 10/20] ipe: add permissive toggle
` [PATCH v19 11/20] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v19 12/20] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v19 13/20] ipe: add support for dm-verity as a trust provider
` [PATCH v19 14/20] security: add security_inode_setintegrity() hook
` [PATCH v19 15/20] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v19 16/20] ipe: enable support for fs-verity as a trust provider
` [PATCH v19 17/20] scripts: add boot policy generation program
` [PATCH v19 18/20] ipe: kunit test for parser
` [PATCH v19 19/20] Documentation: add ipe documentation
` [PATCH v19 20/20] MAINTAINERS: ipe: add ipe maintainer information

[PATCH] smack: tcp: ipv4, fix incorrect labeling and unauthorized writes
 2024-06-02 12:06 UTC 

[GIT PULL] Landlock fix for v6.10-rc2
 2024-06-01 16:38 UTC  (2+ messages)

[PATCH v4 1/2] proc: pass file instead of inode to proc_mem_open
 2024-05-31 21:29 UTC  (8+ messages)
` [PATCH v4 2/2] proc: restrict /proc/pid/mem

[PATCH 0/3] Introduce user namespace capabilities
 2024-05-31  7:43 UTC  (12+ messages)

[RFC PATCH v2 0/8] Clavis LSM
 2024-05-31  0:39 UTC  (9+ messages)
` [RFC PATCH v2 1/8] certs: Introduce ability to link to a system key
` [RFC PATCH v2 2/8] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v2 3/8] efi: Make clavis boot param persist across kexec
` [RFC PATCH v2 4/8] clavis: Prevent clavis boot param from changing during kexec
` [RFC PATCH v2 5/8] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v2 6/8] keys: Add ability to track intended usage of the public key
` [RFC PATCH v2 7/8] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v2 8/8] clavis: Introduce new LSM called clavis

[PATCH v7 2/5] KEYS: trusted: Change -EINVAL to -E2BIG
 2024-05-31  0:35 UTC  (5+ messages)
` [PATCH v7 3/5] crypto: tpm2_key: Introduce a TPM2 key type

[RFC 0/9] Nginx refcount scalability issue with Apparmor enabled and potential solutions
 2024-05-31  0:17 UTC  (14+ messages)

[RFC PATCH v2 00/12] Socket type control for Landlock
 2024-05-30 15:28 UTC  (27+ messages)
` [RFC PATCH v2 01/12] landlock: Support socket access-control
` [RFC PATCH v2 02/12] landlock: Add hook on socket creation
` [RFC PATCH v2 03/12] selftests/landlock: Add protocol.create to socket tests
` [RFC PATCH v2 04/12] selftests/landlock: Add protocol.socket_access_rights "
` [RFC PATCH v2 05/12] selftests/landlock: Add protocol.rule_with_unknown_access "
` [RFC PATCH v2 06/12] selftests/landlock: Add protocol.rule_with_unhandled_access "
` [RFC PATCH v2 07/12] selftests/landlock: Add protocol.inval "
` [RFC PATCH v2 08/12] selftests/landlock: Add tcp_layers.ruleset_overlap "
` [RFC PATCH v2 09/12] selftests/landlock: Add mini.ruleset_with_unknown_access "
` [RFC PATCH v2 10/12] selftests/landlock: Add mini.socket_overflow "
` [RFC PATCH v2 11/12] selftests/landlock: Add mini.socket_invalid_type "
` [RFC PATCH v2 12/12] samples/landlock: Support socket protocol restrictions

[PATCH v2] KEYS: trusted: add missing MODULE_DESCRIPTION()
 2024-05-30 14:43 UTC 

[PATCH] cred: plug a hole in struct cred
 2024-05-30 14:40 UTC 

[PATCH] KEYS: trusted: add MODULE_DESCRIPTION()
 2024-05-30 14:07 UTC  (3+ messages)

[PATCH] apparmor: test: add MODULE_DESCRIPTION()
 2024-05-30  1:21 UTC 

[PATCH] tpm: Remove illict WARN's from tpm2-sessions.c
 2024-05-29 15:38 UTC 

[PATCH] KEYS: trusted: Change -EINVAL to -E2BIG
 2024-05-29 15:02 UTC 

[linus:master] [mm] ba42b524a0: segfault_at_ip_sp_error
 2024-05-28  7:00 UTC 

[PATCH v6 3/6] KEYS: trusted: Change -EINVAL to -E2BIG
 2024-05-28  3:51 UTC  (2+ messages)
` [PATCH v6 4/6] crypto: tpm2_key: Introduce a TPM2 key type

[PATCH 0/3] KEYS: trusted: bug fixes
 2024-05-28  1:07 UTC  (23+ messages)
` [PATCH 1/3] tpm: Disable TCG_TPM2_HMAC by default

[PATCH AUTOSEL 6.6 02/16] ima: Fix use-after-free on a dentry's dname.name
 2024-05-27 15:54 UTC 

[PATCH AUTOSEL 6.8 03/20] ima: Fix use-after-free on a dentry's dname.name
 2024-05-27 15:52 UTC 

[PATCH AUTOSEL 6.9 04/23] ima: Fix use-after-free on a dentry's dname.name
 2024-05-27 15:50 UTC 

[PATCH] tpm: Open code tpm_buf_parameters()
 2024-05-27 11:00 UTC  (3+ messages)

[PATCH] KEYS: trusted_tpm2: Only check options->keyhandle for ASN.1
 2024-05-25 15:15 UTC  (3+ messages)

[PATCH v5 2/5] KEYS: trusted: Change -EINVAL to -E2BIG
 2024-05-23 21:25 UTC  (3+ messages)
` [PATCH v5 3/5] KEYS: trusted: Move tpm2_key_decode() to the TPM driver
` [PATCH v5 4/5] tpm: tpm2_key: Extend parser to TPM_LoadableKey

[PATCH v5 00/68] Define _GNU_SOURCE for sources using
 2024-05-23 19:11 UTC  (11+ messages)
` [PATCH v5 02/68] kselftest: Desecalate reporting of missing _GNU_SOURCE

[PATCH RESEND] KEYS: trusted: Use ASN.1 encoded OID
 2024-05-23 17:24 UTC  (10+ messages)

[PATCH v3] KEYS: trusted: Use ASN.1 encoded OID
 2024-05-23 14:29 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;
as well as URLs for NNTP newsgroup(s).