linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-10 14:12:01 to 2024-10-17 19:27:50 UTC [more...]

[RFC PATCH v3 00/13] Clavis LSM
 2024-10-17 19:27 UTC  (21+ messages)
` [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
` [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key
` [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v3 05/13] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature
` [RFC PATCH v3 07/13] keys: Add ability to track intended usage of the public key
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis
` [RFC PATCH v3 09/13] clavis: Allow user to define acl at build time
` [RFC PATCH v3 10/13] efi: Make clavis boot param persist across kexec
` [RFC PATCH v3 11/13] clavis: Prevent boot param change during kexec
` [RFC PATCH v3 12/13] clavis: Add function redirection for Kunit support
` [RFC PATCH v3 13/13] clavis: "

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-17 17:59 UTC  (71+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers
  ` [PATCH RFC "
` [RFC PATCH v1 3/7] selinux: Fix inode numbers in error messages
  ` [PATCH RFC "
` [RFC PATCH v1 4/7] integrity: Fix inode numbers in audit records
  ` [PATCH RFC "
` [RFC PATCH v1 5/7] ipe: "
` [RFC PATCH v1 6/7] smack: Fix inode numbers in logs
` [RFC PATCH v1 7/7] tomoyo: "
  ` [PATCH] tomoyo: use u64 for handling numeric values

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-10-17 12:59 UTC  (12+ messages)
` [RFC PATCH v2 1/8] landlock: Fix non-TCP sockets restriction
` [RFC PATCH v2 2/8] landlock: Make network stack layer checks explicit for each TCP action
` [RFC PATCH v2 3/8] landlock: Fix inconsistency of errors for TCP actions
` [RFC PATCH v2 4/8] selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCP
` [RFC PATCH v2 5/8] selftests/landlock: Test that MPTCP actions are not restricted
` [RFC PATCH v2 6/8] selftests/landlock: Test consistency of errors for TCP actions
` [RFC PATCH v2 7/8] landlock: Add note about errors consistency in documentation
` [RFC PATCH v2 8/8] selftests/landlock: Test that SCTP actions are not restricted

[PATCH v2] security/keys: fix slab-out-of-bounds in key_task_permission
 2024-10-17  8:39 UTC  (6+ messages)

[PATCH 1/3] ima: Remove inode lock
 2024-10-16 13:08 UTC  (13+ messages)
` [PATCH 2/3] ima: Ensure lock is held when setting iint pointer in inode security blob

[PATCH v5 0/5] Lazy flush for the auth session
 2024-10-15 22:14 UTC  (9+ messages)

[PATCH] Landlock: fix grammar issues in docs
 2024-10-15 17:26 UTC 

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-15 14:02 UTC  (16+ messages)
` [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
` [PATCH v3 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v3 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v3 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v3 -next 15/15] sysctl: remove unneeded include

[PATCH v2 0/6] LSM: Replace secctx/len pairs with lsm_context
 2024-10-15  3:40 UTC  (12+ messages)
  ` [PATCH v2 1/6] LSM: Ensure the correct LSM context releaser
  ` [PATCH v2 2/6] LSM: Replace context+len with lsm_context
  ` [PATCH v2 3/6] LSM: Use lsm_context in security_inode_getsecctx
  ` [PATCH v2 4/6] LSM: lsm_context in security_dentry_init_security
  ` [PATCH v2 5/6] LSM: secctx provider check on release
  ` [PATCH v2 6/6] LSM: Use lsm_context in security_inode_notifysecctx

[PATCH v20 0/6] Script execution control (was O_MAYEXEC)
 2024-10-15  3:26 UTC  (17+ messages)
` [PATCH v20 1/6] exec: Add a new AT_CHECK flag to execveat(2)
` [PATCH v20 2/6] security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebits
` [PATCH v20 3/6] selftests/exec: Add 32 tests for AT_CHECK and exec securebits
` [PATCH v20 4/6] selftests/landlock: Add tests for execveat + AT_CHECK
` [PATCH v20 5/6] samples/check-exec: Add set-exec
` [PATCH v20 6/6] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[PATCH v2] fsnotify, lsm: Decouple fsnotify from lsm
 2024-10-14 15:38 UTC  (5+ messages)

[PATCH] fsnotify, lsm: Separate fsnotify_open_perm() and security_file_open()
 2024-10-14 14:11 UTC  (5+ messages)

[PATCH v2 0/3] Refactor Landlock access mask management
 2024-10-14 12:48 UTC  (4+ messages)
` [PATCH v2 1/3] landlock: Refactor filesystem "
` [PATCH v2 2/3] landlock: Refactor network "
` [PATCH v2 3/3] landlock: Optimize scope enforcement

[syzbot] [integrity?] [lsm?] KMSAN: uninit-value in ima_add_template_entry (2)
 2024-10-13 19:06 UTC  (2+ messages)

[PATCH v4 04/13] Audit: maintain an lsm_prop in audit_context
 2024-10-11 18:42 UTC  (6+ messages)
` [PATCH v4 4/13] "

[GIT PULL] tomoyo update for v6.12
 2024-10-11 18:01 UTC  (8+ messages)

[PATCH v4 00/13] LSM: Move away from secids
 2024-10-11 15:45 UTC  (5+ messages)
` [PATCH v4 01/13] LSM: Add the lsm_prop data structure
  ` [PATCH v4 1/13] "

[PATCH] ima: Suspend PCR extends and log appends when rebooting
 2024-10-11 15:40 UTC  (2+ messages)

[PATCH v4 05/13] LSM: Use lsm_prop in security_ipc_getsecid
 2024-10-11  3:08 UTC  (2+ messages)
` [PATCH v4 5/13] "

[PATCH] security/keys: fix slab-out-of-bounds in key_task_permission
 2024-10-11  2:11 UTC  (5+ messages)

[PATCH] apparmor: test: Fix memory leak for aa_unpack_strdup()
 2024-10-11  1:22 UTC 

[PATCH] netfilter: Record uid and gid in xt_AUDIT
 2024-10-10 20:40 UTC  (4+ messages)

[PATCH v1] ipe: add 'anonymous_memory' property for policy decisions
 2024-10-10 17:42 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).