linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-11 18:44:48 to 2024-10-22 16:10:36 UTC [more...]

[RFC PATCH v2 00/14] Landlock audit support
 2024-10-22 16:10 UTC  (7+ messages)
` [RFC PATCH v2 01/14] lsm: Only build lsm_audit.c if CONFIG_AUDIT is set
` [RFC PATCH v2 04/14] landlock: Add unique ID generator
` [RFC PATCH v2 08/14] landlock: Log domain properties and release
` [RFC PATCH v2 09/14] landlock: Log mount-related denials
` [RFC PATCH v2 10/14] landlock: Log file-related denials
` [RFC PATCH v2 11/14] landlock: Log truncate and ioctl denials

[PATCH v3 0/3] Refactor Landlock access mask management
 2024-10-22 15:11 UTC  (3+ messages)
` [PATCH v3 2/3] landlock: Refactor network "
` [PATCH v3 3/3] landlock: Optimize scope enforcement

[PATCH v2 00/19] Migrate to sig_alg and templatize ecdsa
 2024-10-22 10:15 UTC  (5+ messages)
` [PATCH v2 06/19] crypto: rsassa-pkcs1 - Migrate to sig_alg backend

[PATCH v6] tpm: Add new device/vendor ID 0x50666666
 2024-10-22  4:03 UTC  (3+ messages)

[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
 2024-10-22  3:06 UTC  (6+ messages)

[PATCH v2 0/6] LSM: Replace secctx/len pairs with lsm_context
 2024-10-22  0:05 UTC  (18+ 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] Landlock: fix grammar issues in docs
 2024-10-21 18:37 UTC  (4+ messages)

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-21 14:04 UTC  (51+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers
` [RFC PATCH v1 7/7] tomoyo: Fix inode numbers in logs
  ` [PATCH] tomoyo: use u64 for handling numeric values

[RFC PATCH v1 0/7] landlock: Add UDP access control support
 2024-10-21  9:57 UTC  (5+ messages)
` [RFC PATCH v1 4/7] landlock: Add UDP send+recv access control

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-21  7:22 UTC  (9+ 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] apparmor: Remove deadcode
 2024-10-20 14:43 UTC  (2+ messages)

[GIT PULL] IPE fixes for 6.12-rc4
 2024-10-20  0:59 UTC  (2+ messages)

[PATCH v3 0/3] samples/landlock: Fix port parsing in sandboxer
 2024-10-19 15:15 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] samples/landlock: Refactor help message
` [PATCH v3 3/3] samples/landlock: Clarify option parsing behaviour

[RFC PATCH v3 00/13] Clavis LSM
 2024-10-18 21:55 UTC  (29+ 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: "

[RESEND PATCH] apparmor: Remove unnecessary NULL check before kvfree()
 2024-10-18 21:45 UTC 

[RFC PATCH v2 0/8] Fix non-TCP restriction and inconsistency of TCP errors
 2024-10-18 18:08 UTC  (13+ 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

[RFC][PATCH] mm: Split locks in remap_file_pages()
 2024-10-18 15:50 UTC  (5+ messages)

[syzbot] [integrity?] [lsm?] possible deadlock in process_measurement (4)
 2024-10-18 15:23 UTC  (10+ messages)

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

[syzbot] [apparmor?] KASAN: slab-use-after-free Read in apparmor_sk_free_security
 2024-10-17 20:23 UTC 

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

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

[PATCH v20 0/6] Script execution control (was O_MAYEXEC)
 2024-10-15  3:26 UTC  (16+ 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 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)


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