linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-05 20:56:04 to 2025-11-18 13:47:08 UTC [more...]

[RFC PATCH v4 00/19] Support socket access-control
 2025-11-18 13:46 UTC  (10+ messages)
` [RFC PATCH v4 01/19] landlock: "
` [RFC PATCH v4 02/19] selftests/landlock: Test creating a ruleset with unknown access
` [RFC PATCH v4 03/19] selftests/landlock: Test adding a socket rule
` [RFC PATCH v4 04/19] selftests/landlock: Testing adding rule with wildcard value
` [RFC PATCH v4 05/19] selftests/landlock: Test acceptable ranges of socket rule key
` [RFC PATCH v4 07/19] selftests/landlock: Test basic socket restriction
` [RFC PATCH v4 09/19] selftests/landlock: Test overlapped rulesets with rules of protocol ranges
` [RFC PATCH v4 12/19] selftests/landlock: Test socketpair(2) restriction
` [RFC PATCH v4 14/19] selftests/landlock: Test that accept(2) is not restricted

[PATCH 0/2] apparmor unaligned memory fixes
 2025-11-18 12:49 UTC  (5+ messages)

[PATCH] ima: Fall back to default kernel module signature verification
 2025-11-18 12:19 UTC  (17+ messages)
` [PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-11-18  7:24 UTC  (4+ messages)
` [PATCH v3 14/14] wifi: ath9k: "

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-11-17 23:04 UTC  (23+ messages)
` [PATCH v6 01/15] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v6 02/15] VFS: introduce start_dirop() and end_dirop()
` [PATCH v6 03/15] VFS: tidy up do_unlinkat()
` [PATCH v6 04/15] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v6 05/15] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v6 07/15] smb/server: use end_removing_noperm for for target of smb2_create_link()
` [PATCH v6 08/15] VFS: introduce start_removing_dentry()
` [PATCH v6 09/15] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v6 10/15] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v6 11/15] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v6 12/15] Add start_renaming_two_dentries()
` [PATCH v6 13/15] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v6 14/15] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v6 15/15] VFS: introduce end_creating_keep()

[PATCH v17] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-17 20:08 UTC  (20+ messages)
              ` [RFC PATCH 0/3] mt-exec: fix deadlock with ptrace_attach()
                ` [RFC PATCH 1/3] exec: make setup_new_exec() return int
                ` [RFC PATCH 2/3] exec: don't wait for zombie threads with cred_guard_mutex held
                ` [RFC PATCH 3/3] ptrace: ensure PTRACE_EVENT_EXIT won't stop if the tracee is killed by exec

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-11-17 10:08 UTC  (5+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH v4 00/10] Implement LANDLOCK_ADD_RULE_QUIET
 2025-11-16 21:59 UTC  (11+ messages)
` [PATCH v4 01/10] landlock: Add a place for flags to layer rules
` [PATCH v4 02/10] landlock: Add API support and docs for the quiet flags
` [PATCH v4 03/10] landlock: Suppress logging when quiet flag is present
` [PATCH v4 04/10] landlock: Fix wrong type usage
` [PATCH v4 05/10] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v4 06/10] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v4 07/10] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v4 08/10] selftests/landlock: add tests for quiet flag with net rules
` [PATCH v4 09/10] selftests/landlock: Add tests for quiet flag with scope
` [PATCH v4 10/10] selftests/landlock: Add tests for invalid use of quiet flag

[PATCH] Clarify the rootid_owns_currentns
 2025-11-14 23:16 UTC  (2+ messages)

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-11-14 13:22 UTC  (8+ messages)

[PATCH v2] KEYS: encrypted: Replace deprecated strcpy and improve get_derived_key
 2025-11-14 10:30 UTC  (3+ messages)

[PATCH] landlock: Document fexecve sadly reopening files
 2025-11-14  3:23 UTC 

[PATCH] KEYS: encrypted: Replace deprecated strcpy and improve get_derived_key
 2025-11-13 20:23 UTC  (3+ messages)

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-13 13:05 UTC  (13+ messages)
                    ` [PATCH] nsproxy: fix free_nsproxy() and simplify create_new_namespaces()

[PATCH] KEYS: encrypted: Use pr_fmt()
 2025-11-13 12:35 UTC 

地域に”初”出店で狙う、焼肉マーケット
 2025-11-13  0:56 UTC 

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-12 23:51 UTC  (33+ messages)
` [PATCH v5 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops

[PATCH] keys: Replace memcpy with strscpy in proc_keys_show
 2025-11-12 17:26 UTC 

[PATCH] Documentation/landlock: Make docs in cred.h and domain.h visible
 2025-11-12 17:04 UTC  (2+ messages)

[PATCH] selftests/landlock: Fix makefile header list
 2025-11-12 17:03 UTC  (2+ messages)

[PATCH] security: sctp: Format type and permission checks tables
 2025-11-12 12:07 UTC  (4+ messages)

[PATCH 1/2] fs: add iput_not_last()
 2025-11-12  9:48 UTC  (7+ messages)
` [PATCH 2/2] landlock: fix splats from iput() after it started calling might_sleep()

[PATCH v1] fs: Move might_sleep() annotation to iput_final()
 2025-11-12  5:40 UTC  (3+ messages)
` [syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete

[BUG] landlock: sleeping function called from invalid context in hook_sb_delete()
 2025-11-12  2:35 UTC 

少子化は追い風。次世代の教育ビジネス
 2025-11-12  2:04 UTC 

[PATCH v2] device_cgroup: Refactor devcgroup_seq_show to use seq_put* helpers
 2025-11-12  0:47 UTC  (2+ messages)

Module signing and post-quantum crypto public key algorithms
 2025-11-11 18:38 UTC  (16+ messages)

[Patch V1] ima: avoid duplicate policy rules insertions
 2025-11-11 11:40 UTC  (9+ messages)

[linux-next:master] [ns] 3a18f80918: WARNING:at_include/linux/ns_common.h:#put_cred_rcu
 2025-11-11  9:36 UTC  (2+ messages)

[PATCH] security: Add KUnit tests for rootid_owns_currentns()
 2025-11-11  7:03 UTC  (4+ messages)

[PATCH] security: Add KUnit tests for rootid_owns_currentns()
 2025-11-11  0:12 UTC 

[syzbot] [lsm?] WARNING in put_cred_rcu
 2025-11-10 10:09 UTC  (3+ messages)

[PATCH] security: Add KUnit tests for rootid_owns_currentns()
 2025-11-10  1:16 UTC 

[PATCH] security: provide an inlined static branch for security_inode_permission()
 2025-11-09 21:52 UTC  (3+ messages)

[syzbot] [fs?] WARNING in destroy_super_work
 2025-11-09 14:11 UTC  (3+ messages)

[PATCH] KEYS: encrypted: Return early on allocation failure and drop goto
 2025-11-09  4:47 UTC  (2+ messages)

[PATCH] KEYS: Remove the ad-hoc compilation flag CAAM_DEBUG
 2025-11-09  4:44 UTC  (2+ messages)

[syzbot] [lsm?] memory leak in prepare_creds (5)
 2025-11-07  7:29 UTC 

[PATCH RESEND] apparmor: Replace deprecated strcpy in d_namespace_path
 2025-11-06 14:54 UTC  (2+ messages)

[PATCH v3 0/2] ipe: add script enforcement mechanism with AT_EXECVE_CHECK
 2025-11-05 23:39 UTC  (4+ messages)
` [PATCH v3 1/2] ipe: Add AT_EXECVE_CHECK support for script enforcement
` [PATCH v3 2/2] ipe: Update documentation "


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