public inbox for linux-security-module@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-04 11:57:38 to 2026-02-09 19:29:25 UTC [more...]

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-09 19:27 UTC  (30+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only

[PATCH v4 0/6] landlock: UNIX connect() control by pathname and scope
 2026-02-09 18:33 UTC  (14+ messages)
` [PATCH v4 1/6] lsm: Add LSM hook security_unix_find
` [PATCH v4 2/6] landlock: Control pathname UNIX domain socket resolution by path
` [PATCH v4 3/6] samples/landlock: Add support for named UNIX domain socket restrictions
` [PATCH v4 4/6] landlock/selftests: Test "
` [PATCH v4 5/6] landlock: Document FS access right for pathname UNIX sockets
` [PATCH v4 6/6] landlock: Document design rationale for scoped access rights

[PATCH] landlock: Add counted_by and fix comment in landlock_ruleset
 2026-02-09 17:28 UTC  (3+ messages)

[PATCH v3 0/5] landlock: Pathname-based UNIX connect() control
 2026-02-09 17:09 UTC  (5+ messages)
` [PATCH v3 1/5] lsm: Add hook security_unix_find

[PATCH 0/5] Make Rust Binder build as a module
 2026-02-09 15:22 UTC  (41+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
` [PATCH 2/5] security: export binder symbols
` [PATCH 3/5] mm: export zap_page_range_single and list_lru_add/del
` [PATCH 4/5] ipc: export init_ipc_ns and put_ipc_ns
` [PATCH 5/5] rust_binder: mark ANDROID_BINDER_IPC_RUST tristate

[PATCH] xfrm: kill xfrm_dev_{state,policy}_flush_secctx_check()
 2026-02-09 14:26 UTC  (16+ messages)

[RFC PATCH] fs/pidfs: Add permission check to pidfd_info()
 2026-02-09 14:01 UTC  (2+ messages)

[PATCH net-next v2 0/4] net: uapi: Provide an UAPI definition of 'struct sockaddr'
 2026-02-09 13:34 UTC  (11+ messages)

[bug report] apparmor: add support loading per permission tagging
 2026-02-09  9:44 UTC 

[PATCH v2 0/6] Landlock: Implement scope control for pathname Unix sockets
 2026-02-08 23:21 UTC  (26+ messages)

[PATCH v9 00/11] Streamline TPM2 HMAC sessions
 2026-02-08 14:09 UTC  (3+ messages)
` [PATCH v9 11/11] tpm-buf: Implement managed allocations

[PATCH v1] mailmap: Add entry for Mickaël Salaün
 2026-02-07 11:11 UTC 

[PATCH v3 0/3] landlock: Refactor layer masks
 2026-02-07 10:17 UTC  (6+ messages)
` [PATCH v3 1/3] selftests/landlock: Add filesystem access benchmark
` [PATCH v3 2/3] landlock: access_mask_subset() helper
` [PATCH v3 3/3] landlock: transpose the layer masks data structure

[PATCH v5 0/3] ima: Detect changes to files via kstat changes rather than i_version
 2026-02-06 20:06 UTC  (9+ messages)
` [PATCH v5 2/3] ima: Make integrity_inode_attrs_changed() call into vfs
` [PATCH v5 3/3] ima: Use kstat.ctime as a fallback change detection for stacked fs

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-06 17:12 UTC  (23+ messages)
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 05/17] module: Switch load_info::len to size_t
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 07/17] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[PATCH] man/man7/kernel_lockdown.7: remove Secure Boot untruth
 2026-02-06 16:08 UTC  (4+ messages)

[PATCH v2 0/3] landlock: Refactor layer masks
 2026-02-06 15:05 UTC  (15+ messages)
` [PATCH v2 1/3] selftests/landlock: Add filesystem access benchmark
` [PATCH v2 3/3] landlock: transpose the layer masks data structure

[PATCH 00/13] Further centralising of directory locking for name ops
 2026-02-06 13:35 UTC  (37+ messages)
` [PATCH 01/13] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH 02/13] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH 03/13] libfs: change simple_done_creating() to use end_creating()
` [PATCH 04/13] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH 05/13] selinux: "
` [PATCH 06/13] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH 07/13] VFS: make lookup_one_qstr_excl() static
` [PATCH 08/13] ovl: Simplify ovl_lookup_real_one()
` [PATCH 09/13] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH 10/13] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH 11/13] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH 12/13] ovl: remove ovl_lock_rename_workdir()
` [PATCH 13/13] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()

[PATCH v2 v2] evm: check return values of crypto_shash functions
 2026-02-06  2:42 UTC 

黒字の幼児教室 投資オーナー募集
 2026-02-06  2:28 UTC 

[PATCH v4 0/1] Trim N entries of IMA event logs
 2026-02-05 23:58 UTC  (4+ messages)
` [PATCH v4 1/3] ima: make ima event log trimming configurable
` [PATCH v4 2/3] ima: trim N IMA event log records
` [PATCH v4 3/3] ima: add new critical data record to measure log trim

[PATCH v3 0/1] Trim N entries of IMA event logs
 2026-02-05 23:53 UTC  (4+ messages)
` [PATCH v3 2/3] ima: trim N IMA event log records

[PATCH v3 0/3] landlock: documentation improvements
 2026-02-05 19:23 UTC  (2+ messages)

[PATCH v3 0/3] Landlock multithreaded enforcement
 2026-02-05 18:54 UTC  (4+ messages)
` [PATCH v3 2/3] landlock: selftests for LANDLOCK_RESTRICT_SELF_TSYNC

[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
 2026-02-05 13:33 UTC  (19+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v14 4/9] rust: aref: update formatting of use statements
` [PATCH v14 5/9] rust: Add `OwnableRefCounted`
` [PATCH v14 7/9] rust: page: convert to `Ownable`
` [PATCH v14 8/9] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v14 9/9] rust: page: add `from_raw()`

[PATCH v3 0/6] Landlock: Implement scope control for pathname Unix sockets
 2026-02-05  8:17 UTC  (3+ messages)
` [PATCH v3 2/6] landlock: Implement LANDLOCK_SCOPE_PATHNAME_UNIX_SOCKET

[PATCH] apparmor: replace strcpy with strscpy
 2026-02-05  7:52 UTC  (2+ messages)

[PATCH] apparmor: add .kunitconfig
 2026-02-05  7:41 UTC  (2+ messages)

[PATCH] apparmor: Remove redundant if check in sk_peer_get_label
 2026-02-04 22:07 UTC 

[PATCH] AppArmor: Add missing SPDX id line to sig_names.h
 2026-02-04 21:58 UTC 

[PATCH v4] ima: Fallback to ctime check for FS without kstat.change_cookie
 2026-02-04 19:32 UTC  (4+ messages)

[PATCH] evm: check return values of crypto_shash functions
 2026-02-04 12:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox