linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-13 21:14:37 to 2024-07-03 13:12:50 UTC [more...]

[PATCH v13 0/5] Reduce overhead of LSMs with static calls
 2024-07-03 13:12 UTC  (11+ messages)
` [PATCH v13 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v13 2/5] security: Count the LSMs enabled at compile time
` [PATCH v13 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v13 4/5] security: Update non standard hooks to use "
` [PATCH v13 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached

[PATCH 1/2] KEYS: trusted: fix DCP blob payload length assignment
 2024-07-03 12:53 UTC  (2+ messages)
` [PATCH 2/2] KEYS: trusted: dcp: fix leak of blob encryption key

[PATCH] tpm: Limit TCG_TPM2_HMAC to known good drivers
 2024-07-03  1:02 UTC  (2+ messages)

[PATCH 0/2] Forbid illegitimate binding via listen(2)
 2024-07-02 12:43 UTC  (12+ messages)
` [PATCH 1/2] landlock: Add hook on socket_listen()

[RFC] integrity: wait for completion of i2c initialization using late_initcall_sync()
 2024-07-02  2:37 UTC  (4+ messages)

[PATCH v12 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
 2024-07-01 23:40 UTC  (4+ messages)

[PATCH] tpm: Check non-nullity of chip->auth
 2024-07-01 19:21 UTC  (2+ messages)

[PATCH v3 0/2] KEYS: add missing MODULE_DESCRIPTION() macros
 2024-07-01 15:00 UTC  (7+ messages)
` [PATCH v3 1/2] KEYS: trusted: add missing MODULE_DESCRIPTION()
` [PATCH v3 2/2] KEYS: encrypted: "

[PATCH v12 0/5] Reduce overhead of LSMs with static calls
 2024-06-29  8:28 UTC  (4+ messages)
` [PATCH v12 3/5] security: Replace indirect LSM hook calls "

[PATCH v2 0/4] Introduce user namespace capabilities
 2024-06-28 14:45 UTC  (8+ messages)
` [PATCH v2 1/4] capabilities: Add "
` [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps

[PATCH v4 00/11] Improve the copy of task comm
 2024-06-28  9:05 UTC  (12+ messages)
` [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
  ` [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm()
  ` [PATCH v4 03/11] security: "
  ` [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated
  ` [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup()
  ` [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
  ` [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
  ` [PATCH v4 08/11] tsacct: "
  ` [PATCH v4 09/11] tracing: "
  ` [PATCH v4 10/11] net: Replace strcpy() "
  ` [PATCH v4 11/11] drm: "

[PATCH v1] landlock: Abstract unix socket restriction tests
 2024-06-27 23:30 UTC 

[PATCH v6] landlock: Add abstract unix socket connect restriction
 2024-06-27 23:30 UTC 

[syzbot] [lsm?] general protection fault in hook_inode_free_security
 2024-06-27 19:29 UTC  (11+ messages)

[PATCH v2 14/15] mm/mmap: Use vms accounted pages in mmap_region()
 2024-06-26 18:45 UTC  (3+ messages)

Yet another vision of Linux security | Endpoint Security Framework
 2024-06-26  9:33 UTC  (11+ messages)

[PATCH] apparmor: test: add MODULE_DESCRIPTION()
 2024-06-25  8:26 UTC  (4+ messages)

[PATCH v39 00/42] LSM: General module stacking
 2024-06-24 23:16 UTC  (21+ messages)
` [PATCH v39 01/42] integrity: disassociate ima_filter_rule from security_audit_rule
` [PATCH v39 02/42] SM: Infrastructure management of the sock security

[RFC PATCH] LSM, net: Add SO_PEERCONTEXT for peer LSM data
 2024-06-23 19:58 UTC  (6+ messages)
` [PATCH RFC] "

[PATCH v3 00/11] Improve the copy of task comm
 2024-06-23  6:00 UTC  (20+ messages)
` [PATCH v3 01/11] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v3 02/11] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v3 03/11] security: "
` [PATCH v3 04/11] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v3 05/11] mm/util: Fix possible race condition in kstrdup()
` [PATCH v3 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v3 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v3 08/11] tsacct: "
` [PATCH v3 09/11] tracing: "
` [PATCH v3 10/11] net: Replace strcpy() "
` [PATCH v3 11/11] drm: "

[PATCH] bpf: add security_file_post_open() LSM hook to sleepable_lsm_hooks
 2024-06-21 18:00 UTC  (4+ messages)

[PATCH v5] landlock: Add abstract unix socket connect restriction
 2024-06-21 16:00 UTC  (2+ messages)

[PATCH v4 00/14] security: digest_cache LSM
 2024-06-21  7:10 UTC  (20+ messages)

[PATCH v2] apparmor: try to avoid refing the label in apparmor_file_open
 2024-06-21  4:12 UTC  (5+ messages)

[RFC PATCH v2 0/8] Clavis LSM
 2024-06-20 20:18 UTC  (3+ messages)

[PATCH v2] smack: unix sockets: fix accept()ed socket label
 2024-06-20 17:42 UTC  (2+ messages)

[PATCH] apparmor: try to avoid refing the label in apparmor_file_open
 2024-06-20 17:08 UTC  (4+ messages)

[PATCH v6 1/2] proc: pass file instead of inode to proc_mem_open
 2024-06-20 16:24 UTC  (9+ messages)
` [PATCH v6 2/2] proc: restrict /proc/pid/mem

[PATCH v2 0/2] cipso: make cipso_v4_skbuff_delattr() fully remove the CIPSO options
 2024-06-20 14:39 UTC  (7+ messages)

[PATCH v4] landlock: Add abstract unix socket connect restriction
 2024-06-19 22:30 UTC 

[GIT PULL] lsm/lsm-pr-20240617
 2024-06-18 14:50 UTC  (2+ messages)

IMA Reports No TPM Device
 2024-06-18 12:42 UTC  (3+ messages)

[LSM/Landlock] Adding ability to sandbox TTYs
 2024-06-17 19:29 UTC  (3+ messages)

[PATCH] smack: unix sockets: fix accept()ed socket label
 2024-06-16 17:54 UTC  (2+ messages)

[PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
 2024-06-15 15:20 UTC  (11+ messages)

[RFC PATCH v2 00/12] Socket type control for Landlock
 2024-06-15 15:08 UTC  (5+ messages)
` [PATCH] landlock: Use bit-fields for storing handled layer access masks

Maintainers Summit 2024 Call for Topics
 2024-06-15  8:07 UTC 

[PATCH v1] perf trace: Augment enum syscall arguments with BTF
 2024-06-15  1:54 UTC 

[PATCH v3] landlock: Add abstract unix socket connect restriction
 2024-06-14 20:04 UTC  (4+ messages)

[PATCH v4] perf trace: BTF-based enum pretty printing
 2024-06-14 18:41 UTC  (5+ messages)

[PATCH v3] ima: Avoid blocking in RCU read-side critical section
 2024-06-14 15:23 UTC  (5+ messages)

[PATCH v2 00/10] Improve the copy of task comm
 2024-06-14 11:45 UTC  (11+ messages)
` [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup()
` [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm()

[PATCH] linux++: delete some forward declarations
 2024-06-14  6:29 UTC  (7+ 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).