linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-12 08:26:42 to 2024-11-21 04:22:27 UTC [more...]

[PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs
 2024-11-21  4:22 UTC  (6+ messages)

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-11-21  0:10 UTC  (21+ messages)

[GIT PULL] IPE update for 6.13
 2024-11-20 22:56 UTC  (2+ messages)

[PATCH] ima: kexec: Add RCU read lock protection for ima_measurements list traversal
 2024-11-20 20:38 UTC  (4+ messages)

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-20 16:54 UTC  (38+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH bpf-next 3/4] bpf: Add recursion avoid logic for inode storage
` [PATCH bpf-next 3/4] bpf: Add recursion prevention "
` [PATCH bpf-next 4/4] selftest/bpf: Add test for inode local storage recursion
` [PATCH bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-20 16:06 UTC  (12+ messages)
` [PATCH v21 1/6] exec: Add a new AT_EXECVE_CHECK flag to execveat(2)
` [PATCH v21 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v21 3/6] selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
` [PATCH v21 4/6] selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
` [PATCH v21 5/6] samples/check-exec: Add set-exec
` [PATCH v21 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[PATCH AUTOSEL 6.11 01/10] integrity: Use static_assert() to check struct sizes
 2024-11-20 14:05 UTC 

[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
 2024-11-20  9:18 UTC  (25+ messages)
` [PATCH v6 01/15] lib: Add TLV parser
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 03/15] integrity: Introduce the Integrity Digest Cache
` [PATCH v6 04/15] digest_cache: Initialize digest caches
` [PATCH v6 05/15] digest_cache: Add securityfs interface
` [PATCH v6 06/15] digest_cache: Add hash tables and operations
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers
` [PATCH v6 08/15] digest_cache: Parse tlv digest lists
` [PATCH v6 09/15] digest_cache: Populate the digest cache from a digest list
` [PATCH v6 10/15] digest_cache: Add management of verification data
` [PATCH v6 11/15] digest_cache: Add support for directories
` [PATCH v6 12/15] digest cache: Prefetch digest lists if requested
` [PATCH v6 13/15] digest_cache: Reset digest cache on file/directory change
` [PATCH v6 14/15] selftests/digest_cache: Add selftests for the Integrity Digest Cache
` [PATCH v6 15/15] docs: Add documentation of "

[PATCH] perf test: remove duplicate word
 2024-11-20  4:35 UTC 

[RFC][PATCH v4 0/9] ima: Integrate with Integrity Digest Cache
 2024-11-19 11:01 UTC  (10+ messages)
` [RFC][PATCH v4 1/9] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v4 2/9] ima: Add digest_cache policy keyword
` [RFC][PATCH v4 3/9] ima: Add digest_cache_measure/appraise boot-time built-in policies
` [RFC][PATCH v4 4/9] ima: Modify existing boot-time built-in policies with digest cache policies
` [RFC][PATCH v4 5/9] ima: Retrieve digest cache and check if changed
` [RFC][PATCH v4 6/9] ima: Store verified usage in digest cache based on integrity metadata flags
` [RFC][PATCH v4 7/9] ima: Load verified usage from digest cache found from query
` [RFC][PATCH v4 8/9] ima: Use digest caches for measurement
` [RFC][PATCH v4 9/9] ima: Use digest caches for appraisal

[syzbot] [keyrings?] [lsm?] KASAN: slab-use-after-free Read in key_put
 2024-11-19 10:36 UTC  (4+ messages)

[RFC/PATCH v2 bpf-next fanotify 0/7] Fanotify fastpath handler
 2024-11-19  8:35 UTC  (26+ messages)
` [RFC/PATCH v2 bpf-next fanotify 1/7] fanotify: Introduce fanotify "
` [RFC/PATCH v2 bpf-next fanotify 2/7] samples/fanotify: Add a sample "
` [RFC/PATCH v2 bpf-next fanotify 3/7] bpf: Make bpf inode storage available to tracing programs
` [RFC/PATCH v2 bpf-next fanotify 4/7] bpf: fs: Add three kfuncs
` [RFC/PATCH v2 bpf-next fanotify 5/7] bpf: Allow bpf map hold reference on dentry
` [RFC/PATCH v2 bpf-next fanotify 6/7] fanotify: Enable bpf based fanotify fastpath handler
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF "

[GIT PULL] lsm/lsm-pr-20241112
 2024-11-19  2:24 UTC  (2+ messages)

[GIT PULL] selinux/selinux-pr-20241112
 2024-11-19  2:24 UTC  (2+ messages)

[PATCH v3] ima: Suspend PCR extends and log appends when rebooting
 2024-11-19  0:56 UTC  (2+ messages)

[GIT PULL] capabilities
 2024-11-18 15:26 UTC 

[PATCH 00/11] fix hungtask due to repeated traversal of inodes list
 2024-11-18 11:45 UTC  (12+ messages)
` [PATCH 01/11] fs: introduce I_CURSOR flag for inode
` [PATCH 02/11] block: use sb_for_each_inodes API
` [PATCH 03/11] fs: "
` [PATCH 04/11] gfs2: "
` [PATCH 05/11] fs: use sb_for_each_inodes_safe API
` [PATCH 06/11] fsnotify: use sb_for_each_inodes API
` [PATCH 07/11] quota: "
` [PATCH 08/11] fs/super.c: "
` [PATCH 09/11] landlock: "
` [PATCH 10/11] fs: fix hungtask due to repeated traversal of inodes list
` [PATCH 11/11] fs: fix potential soft lockup when 'sb->s_inodes' has large number of inodes

[PATCH] landlock: ptrace_test: remove unused macros
 2024-11-18  4:24 UTC 

[PATCH] selftests: lsm: Refactor `flags_overset_lsm_set_self_attr` test
 2024-11-16 15:25 UTC  (6+ messages)

[PATCH V2] selftests: lsm: Refactor `flags_overset_lsm_set_self_attr` test
 2024-11-16 15:21 UTC 

[PATCH] apparmor: Add empty statement between label and declaration in profile_transition(()
 2024-11-16  2:34 UTC  (3+ messages)

[syzbot] linux-next build error (18)
 2024-11-16  0:59 UTC  (2+ messages)

[syzbot] [lsm?] WARNING in get_mode_access
 2024-11-15 19:04 UTC 

[PATCH] apparmor: Use str_yes_no() helper function
 2024-11-15 10:18 UTC 

[PATCH] KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
 2024-11-13 21:27 UTC 

[PATCH] tpm: Disable TPM on tpm2_create_primary() failure
 2024-11-13 18:44 UTC 

[RFC PATCH v2 00/14] Landlock audit support
 2024-11-13 15:21 UTC  (13+ messages)
` [RFC PATCH v2 04/14] landlock: Add unique ID generator
` [RFC PATCH v2 05/14] landlock: Move access types
` [RFC PATCH v2 10/14] landlock: Log file-related denials
` [RFC PATCH v2 12/14] landlock: Log TCP bind and connect denials

[PATCH v3] tpm: Opt-in in disable PCR integrity protection
 2024-11-13 12:42 UTC  (4+ messages)

[PATCH v2] ima: Suspend PCR extends and log appends when rebooting
 2024-11-13 12:33 UTC  (5+ messages)

[PATCH v3 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-13  0:53 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] bpf: lsm: Remove hook to bpf_task_storage_free
` [PATCH v3 bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH v3 bpf-next 3/4] bpf: Add recursion prevention logic for inode storage
` [PATCH v3 bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention

[PATCH v2 bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-12 23:46 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/4] bpf: lsm: Remove hook to bpf_task_storage_free
` [PATCH v2 bpf-next 2/4] bpf: Make bpf inode storage available to tracing program
` [PATCH v2 bpf-next 3/4] bpf: Add recursion prevention logic for inode storage
` [PATCH v2 bpf-next 4/4] selftest/bpf: Test inode local storage recursion prevention

[GIT PULL] Landlock fix for v6.12-rc7
 2024-11-12 21:38 UTC  (2+ messages)

[RFC PATCH] selinux: Fix SCTP error inconsistency in selinux_socket_bind()
 2024-11-12 14:52 UTC 

[PATCH][next] security: remove redundant assignment to variable rc
 2024-11-12 14:00 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).