linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-19 16:47:08 to 2024-11-28 15:37:48 UTC [more...]

[v7] security: add trace event for cap_capable
 2024-11-28 15:37 UTC 

[v6] security: add trace event for cap_capable
 2024-11-28 15:09 UTC 

[PATCH v2 0/7] ima: Remove unnecessary inode locks
 2024-11-28 13:30 UTC  (10+ messages)
` [PATCH v2 1/7] fs: ima: Remove S_IMA and IS_IMA()
` [PATCH v2 2/7] ima: Remove inode lock
` [PATCH v2 3/7] ima: Ensure lock is held when setting iint pointer in inode security blob
` [PATCH v2 4/7] ima: Mark concurrent accesses to the iint pointer in the "
` [PATCH v2 5/7] ima: Set security.ima on file close when ima_appraise=fix
` [PATCH v2 6/7] ima: Discard files opened with O_PATH
` [PATCH v2 7/7] ima: Reset IMA_NONACTION_RULE_FLAGS after post_setattr

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

[PATCH v6 00/15] integrity: Introduce the Integrity Digest Cache
 2024-11-28  8:23 UTC  (24+ messages)
` [PATCH v6 01/15] lib: Add TLV parser
` [PATCH v6 02/15] module: Introduce ksys_finit_module()
` [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers

[PATCH] kernel/sys: Optimize do_prlimit lock scope to reduce contention
 2024-11-28  8:08 UTC  (4+ messages)

[PATCH v2] samples/landlock: Fix possible NULL dereference in parse_path()
 2024-11-28  3:29 UTC 

[GIT PULL] capabilities
 2024-11-27 21:42 UTC  (8+ messages)

[GIT PULL] AppArmor updates for 6.13
 2024-11-27 20:59 UTC 

[PATCH] ima: instantiate the bprm_creds_for_exec() hook
 2024-11-27 21:02 UTC 

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

[PATCH] samples/landlock: Fix possible NULL dereference in parse_path()
 2024-11-27 16:23 UTC  (2+ messages)

[PATCH v1] selftests: ktap_helpers: Fix uninitialized variable
 2024-11-27 16:06 UTC  (2+ messages)

[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] rust: lsm: replace context+len with lsm_context
 2024-11-27  4:17 UTC  (4+ messages)

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

[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 


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