linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-17 20:29:23 to 2025-11-06 09:02:48 UTC [more...]

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-06  9:02 UTC  (17+ 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 1/2] fs: add iput_not_last()
 2025-11-06  8:45 UTC  (3+ messages)
` [PATCH 2/2] landlock: fix splats from iput() after it started calling might_sleep()

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

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

[PATCH] ima: Fall back to default kernel module signature verification
 2025-11-05 20:47 UTC  (28+ messages)
` [PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module

[PATCH 0/3] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2025-11-05 18:00 UTC  (4+ messages)
` [PATCH 1/3] landlock: Add flag to supress access rule inheritence within a layer
` [PATCH 2/3] samples/landlock: Add no inherit support to sandboxer
` [PATCH 3/3] selftests/landlock: Add test for new no inherit flag

[PATCH v17] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-11-05 14:32 UTC  (5+ messages)

[PATCH v2 0/2] LSM: Multiple LSM mount options
 2025-11-04 17:46 UTC  (5+ messages)
` [PATCH v2 2/2] LSM: Infrastructure management of the mnt_opts security blob

[PATCH 0/2] LSM: Identify module using network facilities
 2025-11-04 17:07 UTC  (16+ messages)
` [PATCH 1/2] LSM: Exclusive secmark usage
` [PATCH 2/2] LSM: Allow reservation of netlabel

[RFC PATCH 05/15] LSM: Single calls in secid hooks
 2025-11-04 16:00 UTC  (3+ messages)
` [PATCH RFC 5/15] "

[PATCH v6 0/5] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-11-04 14:41 UTC  (3+ messages)
` [PATCH v6 5/5] Smack: add support for lsm_config_self_policy and lsm_config_system_policy

[PATCH] security: sctp: Format type and permission checks tables
 2025-11-03 11:39 UTC 

[PATCH RESEND] apparmor: Replace sprintf/strcpy with scnprintf/strscpy in aa_policy_init
 2025-11-03  9:06 UTC 

[PATCH] device_cgroup: Replace strcpy/sprintf in set_majmin
 2025-11-01 17:00 UTC  (6+ messages)

[GIT PULL] Block fixes for 6.18-rc3
 2025-11-01 13:33 UTC  (8+ messages)

[PATCH 0/2] ipe: add script enforcement mechanism with AT_EXECVE_CHECK
 2025-10-31 23:50 UTC  (8+ messages)
` [PATCH 1/2] ipe: Add AT_EXECVE_CHECK support for script enforcement
` [PATCH 2/2] ipe: Update documentation "
` [PATCH v2 0/2] ipe: add script enforcement mechanism with AT_EXECVE_CHECK
  ` [PATCH v2 1/2] ipe: Add AT_EXECVE_CHECK support for script enforcement
  ` [PATCH v2 2/2] ipe: Update documentation "

[PATCH v2] device_cgroup: Refactor devcgroup_seq_show to use seq_put* helpers
 2025-10-31 23:38 UTC  (2+ messages)

[PATCH] KEYS: Remove the ad-hoc compilation flag CAAM_DEBUG
 2025-10-31 20:41 UTC  (2+ messages)

[PATCH] KEYS: encrypted: Return early on allocation failure and drop goto
 2025-10-31 20:32 UTC  (2+ messages)

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

[RFC bpf-next] lsm: bpf: Remove lsm_prop_bpf
 2025-10-28 19:08 UTC  (8+ messages)

[PATCH] KEYS: fix compilation warnings in the dump_options() function
 2025-10-28  7:03 UTC  (7+ messages)

歌・ダンス等のスクール事業 FC説明会
 2025-10-28  5:35 UTC 

[syzbot] [lsm?] [input?] [usb?] INFO: rcu detected stall in sys_symlink (6)
 2025-10-27 21:18 UTC 

[PATCH 2/2] keys: Remove unnecessary local variable from proc_keys_show
 2025-10-27 19:54 UTC  (2+ messages)

[RFC PATCH v1 0/3] Fix TCP short AF_UNSPEC handling
 2025-10-27 19:07 UTC  (4+ messages)
` [RFC PATCH v1 1/3] selftests/landlock: Fix TCP bind(AF_UNSPEC) test case
` [RFC PATCH v1 2/3] selftests/landlock: Add missing connect(minimal AF_UNSPEC) test
` [RFC PATCH v1 3/3] landlock: Fix TCP handling of short AF_UNSPEC addresses

[PATCH] selftests/landlock: Fix makefile header list
 2025-10-27  1:14 UTC 

[PATCH v3 0/8] Implement LANDLOCK_ADD_RULE_QUIET
 2025-10-26 21:01 UTC  (10+ messages)
` [PATCH v3 1/8] landlock: Add a place for flags to layer rules
` [PATCH v3 2/8] landlock: Add API support and docs for the quiet flags
` [PATCH v3 3/8] landlock: Suppress logging when quiet flag is present
` [PATCH v3 4/8] landlock: Fix wrong type usage
` [PATCH v3 5/8] samples/landlock: Add quiet flag support to sandboxer
` [PATCH v3 6/8] selftests/landlock: Replace hard-coded 16 with a constant
` [PATCH v3 7/8] selftests/landlock: add tests for quiet flag with fs rules
` [PATCH v3 8/8] selftests/landlock: add tests for quiet flag with net rules

[PATCH v2 0/6] Implement LANDLOCK_ADD_RULE_QUIET
 2025-10-26 20:50 UTC  (11+ messages)
` [PATCH v2 3/6] landlock/audit: Check for quiet flag in landlock_log_denial
` [PATCH v2 6/6] Implement quiet for optional accesses

[PATCH v2 0/2] Landlock multithreaded enforcement
 2025-10-24 21:29 UTC  (7+ messages)
` [PATCH v2 1/2] landlock: Multithreading support for landlock_restrict_self()

[PATCH v6 03/10] KEYS: trusted: Fix memory leak in tpm2_load()
 2025-10-24 18:49 UTC  (8+ messages)
` [PATCH v6 04/10] KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2
` [PATCH v6 06/10] tpm2-sessions: Unmask tpm_buf_append_hmac_session()
` [PATCH v6 07/10] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 08/10] tpm-buf: unify TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 10/10] tpm-buf: Enable managed and stack allocations

[PATCH bpf-next v2 0/3] BPF signature hash chains
 2025-10-23 17:53 UTC  (24+ messages)

[PATCH] KEYS: encrypted: Use designated initializers for match_table_t structs
 2025-10-23 13:35 UTC  (5+ messages)

[PATCH v5 0/34] Rework the LSM initialization
 2025-10-22 23:34 UTC  (18+ messages)
` [PATCH v5 19/34] lsm: add/tweak function header comment blocks in lsm_init.c
` [PATCH v5 20/34] lsm: cleanup the debug and console output "
` [PATCH v5 21/34] lsm: output available LSMs when debugging
` [PATCH v5 22/34] lsm: group lsm_order_parse() with the other lsm_order_*() functions
` [PATCH v5 01/11] loadpin: move initcalls to the LSM framework
  ` [PATCH v5 02/11] ipe: "
  ` [PATCH v5 03/11] smack: "
  ` [PATCH v5 04/11] tomoyo: "
  ` [PATCH v5 05/11] safesetid: "
  ` [PATCH v5 06/11] apparmor: "
  ` [PATCH v5 07/11] lockdown: "
  ` [PATCH v5 08/11] ima,evm: "
  ` [PATCH v5 09/11] selinux: "
  ` [PATCH v5 10/11] lsm: consolidate all of the LSM framework initcalls
  ` [PATCH v5 11/11] lsm: add a LSM_STARTED_ALL notification event

[PATCH] apparmor: replace sprintf with snprintf in aa_new_learning_profile
 2025-10-22  9:37 UTC 

Zwrot
 2025-10-22  8:11 UTC 

[PATCH v2] x86/bpf: do not audit capability check in do_jit()
 2025-10-22  1:30 UTC  (3+ messages)

[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
 2025-10-21 12:32 UTC  (7+ messages)

[PATCH v2] nbd: override creds to kernel when calling sock_{send,recv}msg()
 2025-10-20 16:38 UTC  (2+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-20 15:52 UTC  (3+ 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).