linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-14 08:44:58 to 2024-11-24 05:07:13 UTC [more...]

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

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-23 19:11 UTC  (44+ messages)
` [PATCH bpf-next 2/4] bpf: Make bpf inode storage available to tracing program

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

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-11-22 22:02 UTC  (36+ messages)
                                ` review process (was: underalated stuff)

[RFC PATCH v3 00/19] Support socket access-control
 2024-11-22 17:45 UTC  (4+ messages)
` [RFC PATCH v3 01/19] landlock: "

[GIT PULL] capabilities
 2024-11-22 17:34 UTC  (2+ messages)

[PATCH v21 0/6] Script execution control (was O_MAYEXEC)
 2024-11-22 14:50 UTC  (15+ 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

[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 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  (21+ messages)
` [RFC/PATCH v2 bpf-next fanotify 1/7] fanotify: Introduce fanotify "
` [RFC/PATCH v2 bpf-next fanotify 7/7] selftests/bpf: Add test for BPF based "

[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)

[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  (5+ 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 


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).