linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-19 10:36:02 to 2024-11-27 16:03:58 UTC [more...]

[PATCH v1] selftests: ktap_helpers: Fix uninitialized variable
 2024-11-27 16:03 UTC 

[PATCH 1/3] ima: Remove inode lock
 2024-11-27 15:57 UTC  (3+ messages)

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-27 15:15 UTC  (21+ 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 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[RFC PATCH] ima: instantiate the bprm_creds_for_exec() hook
 2024-11-27 15:05 UTC 

[PATCH 02/11] quota: reorder capability check last
 2024-11-27 11:45 UTC  (20+ messages)
` [PATCH 03/11] ext4: "
` [PATCH 04/11] hugetlbfs: "
` [PATCH 05/11] genwqe: "
` [PATCH 06/11] ubifs: "
` [PATCH 07/11] ipv4: "
` [PATCH 08/11] gfs2: "
` [PATCH 09/11] fs: "
` [PATCH 10/11] skbuff: "
` [PATCH 11/11] infiniband: "
` [PATCH 01/11] coccinelle: Add script to reorder capable() calls
  ` [cocci] "

[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
 2024-11-27  9:51 UTC  (33+ 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] rust: lsm: replace context+len with lsm_context
 2024-11-27  4:17 UTC  (4+ messages)

ima: property parameter unused in ima_match_rules()
 2024-11-27  4:02 UTC  (7+ messages)
` [PATCH] IMA,LSM: Uncover hidden variable "

[PATCH] selftests: lsm: Refactor `flags_overset_lsm_set_self_attr` test
 2024-11-27  3:38 UTC  (3+ messages)

[PATCH v3 fanotify 0/2] Fanotify in kernel filter
 2024-11-27  2:16 UTC  (11+ messages)
` [PATCH v3 fanotify 1/2] fanotify: Introduce fanotify filter
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter

[PATCH] samples/landlock: Fix possible NULL dereference in parse_path()
 2024-11-26 18:41 UTC 

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-11-26  6:27 UTC  (37+ messages)
                                ` review process (was: underalated stuff)

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-25 20:49 UTC  (43+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

[GIT PULL] capabilities
 2024-11-25 18:52 UTC  (3+ messages)

[RFC PATCH v3 00/19] Support socket access-control
 2024-11-25 11:04 UTC  (5+ messages)
` [RFC PATCH v3 01/19] landlock: "

[PATCH 2/2] lsm: rename variable to avoid shadowing
 2024-11-25 10:59 UTC  (2+ messages)
` [PATCH 1/2] lsm: constify function parameters

[PATCH] trace: constify string literal data member
 2024-11-25 10:50 UTC 

[syzbot] Monthly lsm report (Nov 2024)
 2024-11-23 10:02 UTC 

[PATCH v3 00/23] Landlock audit support
 2024-11-22 14:33 UTC  (24+ messages)
` [PATCH v3 01/23] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
` [PATCH v3 02/23] lsm: Add audit_log_lsm_data() helper
` [PATCH v3 03/23] landlock: Factor out check_access_path()
` [PATCH v3 04/23] landlock: Add unique ID generator
` [PATCH v3 05/23] landlock: Move access types
` [PATCH v3 06/23] landlock: Simplify initially denied access rights
` [PATCH v3 07/23] landlock: Move domain hierarchy management
` [PATCH v3 08/23] landlock: Log ptrace denials
` [PATCH v3 09/23] audit: Add a new audit_get_ctime() helper
` [PATCH v3 10/23] landlock: Log domain properties and release
` [PATCH v3 11/23] landlock: Log mount-related denials
` [PATCH v3 12/23] landlock: Align partial refer access checks with final ones
` [PATCH v3 13/23] selftests/landlock: Add test to check partial access in a mount tree
` [PATCH v3 14/23] landlock: Optimize file path walks and prepare for audit support
` [PATCH v3 15/23] landlock: Log file-related denials
` [PATCH v3 16/23] landlock: Log truncate and ioctl denials
` [PATCH v3 17/23] landlock: Log TCP bind and connect denials
` [PATCH v3 18/23] landlock: Log scoped denials
` [PATCH v3 19/23] landlock: Control log events with LANDLOCK_RESTRICT_SELF_LOGLESS
` [PATCH v3 20/23] samples/landlock: Do not log denials from the sandboxer by default
` [PATCH v3 21/23] selftests/landlock: Extend tests for landlock_restrict_self()'s flags
` [PATCH v3 22/23] selftests/landlock: Add tests for audit
` [PATCH v3 23/23] selftests/landlock: Add audit tests for ptrace

TOMOYO and runc containers dislike one another
 2024-11-22  4:12 UTC  (3+ messages)

[PATCH v2] ima: kexec: silence RCU list traversal warning
 2024-11-21  9:57 UTC 

[PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs
 2024-11-21  4:22 UTC  (6+ 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 AUTOSEL 6.11 01/10] integrity: Use static_assert() to check struct sizes
 2024-11-20 14:05 UTC 

[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  (2+ 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).