messages from 2023-08-25 22:24:48 to 2023-09-07 20:40:32 UTC [more...]
[RFC] IMA Log Snapshotting Design Proposal
2023-09-07 20:40 UTC (33+ messages)
` [RFC] IMA Log Snapshotting Design Proposal - network bandwidth
` [RFC] IMA Log Snapshotting Design Proposal - aggregate
` [RFC] IMA Log Snapshotting Design Proposal - unseal
[PATCH] integrity: powerpc: Do not select CA_MACHINE_KEYRING
2023-09-07 17:32 UTC (2+ messages)
[PATCH] ima: fix return value of ima_restore_measurement_list
2023-09-07 16:53 UTC
[PATCH 5.15] of: kexec: Mark ima_{free,stable}_kexec_buffer() as __init
2023-09-07 11:30 UTC (3+ messages)
[PATCH v14 00/11] LSM: Three basic syscalls
2023-09-07 15:43 UTC (19+ messages)
` [PATCH v14 01/11] LSM: Identify modules by more than name
` [PATCH v14 02/11] LSM: Maintain a table of LSM attribute data
` [PATCH v14 03/11] proc: Use lsmids instead of lsm names for attrs
` [PATCH v14 04/11] LSM: syscalls for current process attributes
` [PATCH v14 4/11] "
` [PATCH v14 05/11] LSM: Create lsm_list_modules system call
` [PATCH v14 06/11] LSM: wireup Linux Security Module syscalls
` [PATCH v14 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v14 08/11] Smack: implement setselfattr and getselfattr hooks
` [PATCH v14 09/11] AppArmor: Add selfattr hooks
` [PATCH v14 10/11] SELinux: "
` [PATCH v14 11/11] LSM: selftests for Linux Security Module syscalls
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-09-06 22:10 UTC (14+ messages)
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
[GIT PULL] Landlock updates for v6.6
2023-09-06 17:46 UTC
[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
2023-09-06 8:00 UTC (5+ messages)
[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-09-05 20:54 UTC (39+ messages)
` [PATCH v3 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() "
` [PATCH v3 03/25] ima: Align ima_post_create_tmpfile() "
` [PATCH v3 04/25] ima: Align ima_file_mprotect() "
` [PATCH v3 05/25] ima: Align ima_inode_setxattr() "
` [PATCH v3 06/25] ima: Align ima_inode_removexattr() "
` [PATCH v3 07/25] ima: Align ima_post_read_file() "
` [PATCH v3 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v3 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v3 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v3 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v3 12/25] security: Introduce inode_post_setattr hook
` [PATCH v3 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v3 14/25] security: Introduce file_post_open hook
` [PATCH v3 15/25] security: Introduce file_pre_free_security hook
` [PATCH v3 16/25] security: Introduce path_post_mknod hook
` [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v3 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v3 19/25] security: Introduce inode_post_remove_acl hook
` [PATCH v3 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v3 21/25] ima: Move to LSM infrastructure
` [PATCH v3 22/25] ima: Move IMA-Appraisal "
` [PATCH v3 23/25] evm: Move "
` [PATCH v3 24/25] integrity: Move integrity functions to the "
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
[PATCH v2 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-09-05 16:49 UTC (47+ messages)
` [PATCH v2 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v2 02/25] ima: Align ima_post_path_mknod() "
` [PATCH v2 03/25] ima: Align ima_post_create_tmpfile() "
` [PATCH v2 04/25] ima: Align ima_file_mprotect() "
` [PATCH v2 05/25] ima: Align ima_inode_setxattr() "
` [PATCH v2 06/25] ima: Align ima_inode_removexattr() "
` [PATCH v2 07/25] ima: Align ima_post_read_file() "
` [PATCH v2 08/25] evm: Align evm_inode_post_setattr() "
` [PATCH v2 09/25] evm: Align evm_inode_setxattr() "
` [PATCH v2 10/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v2 11/25] security: Align inode_setattr hook definition with EVM
` [PATCH v2 12/25] security: Introduce inode_post_setattr hook
` [PATCH v2 13/25] security: Introduce inode_post_removexattr hook
` [PATCH v2 14/25] security: Introduce file_post_open hook
` [PATCH v2 15/25] security: Introduce file_pre_free_security hook
` [PATCH v2 16/25] security: Introduce path_post_mknod hook
` [PATCH v2 17/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v2 18/25] security: Introduce inode_post_set_acl hook
` [PATCH v2 19/25] security: Introduce inode_post_remove_acl hook
` [PATCH v2 20/25] security: Introduce key_post_create_or_update hook
` [PATCH v2 21/25] ima: Move to LSM infrastructure
` [PATCH v2 22/25] ima: Move IMA-Appraisal "
` [PATCH v2 23/25] evm: Move "
` [PATCH v2 24/25] integrity: Move integrity functions to the "
` [PATCH v2 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
Prezentacja
2023-09-04 7:40 UTC
[RFC][PATCH v2 00/13] integrity: Introduce a digest cache
2023-09-05 15:46 UTC (2+ messages)
[PATCH] KEYS: trusted: tee: Refactor register SHM usage
2023-09-05 11:04 UTC (7+ messages)
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-09-04 18:11 UTC (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime
[PATCH v3 0/5] Landlock: IOCTL support
2023-09-04 18:08 UTC (13+ messages)
` [PATCH v3 2/5] selftests/landlock: Test ioctl support
[PATCH] apparmor: Fix null pointer deref when receiving skb during sock creation
2023-09-02 0:48 UTC
[RESEND PATCH] cred: add get_cred_many and put_cred_many
2023-09-01 22:52 UTC (2+ messages)
[PATCH -next] RFC: apparmor: Optimize retrieving current task secid
2023-09-01 3:50 UTC (5+ messages)
LSM hook ordering in shmem_mknod() and shmem_tmpfile()?
2023-08-31 15:26 UTC (5+ messages)
[PATCH] selftests/landlock: Fix a resource leak
2023-08-30 9:01 UTC (2+ messages)
[PATCH v1] selftests/landlock: Fix a resource leak
2023-08-30 17:04 UTC (2+ messages)
[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
2023-08-30 9:53 UTC (5+ messages)
` [PATCH 15/28] security: Introduce inode_post_removexattr hook
[GIT PULL] Smack patches for 6.6
2023-08-30 16:34 UTC (2+ messages)
[GIT PULL] LSM patches for v6.6
2023-08-30 16:34 UTC (3+ messages)
[GIT PULL] SELinux patches for v6.6
2023-08-30 16:34 UTC (2+ messages)
[PATCH v2 0/8] fs: add some missing ctime updates
2023-08-30 0:08 UTC (2+ messages)
[PATCH AUTOSEL 4.14 1/5] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
2023-08-29 13:34 UTC
[PATCH AUTOSEL 4.19 1/5] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
2023-08-29 13:34 UTC
[PATCH AUTOSEL 5.4 1/6] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
2023-08-29 13:33 UTC
[PATCH AUTOSEL 6.1 03/15] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
2023-08-29 13:32 UTC
[PATCH AUTOSEL 5.15 1/9] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
2023-08-29 13:33 UTC
[PATCH AUTOSEL 5.10 1/7] netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
2023-08-29 13:33 UTC
Słowa kluczowe do wypozycjonowania
2023-08-29 7:31 UTC
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-29 2:53 UTC (3+ messages)
[PATCH] audit: add task history record
2023-08-26 14:47 UTC (17+ messages)
[PATCH] LoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_by
2023-08-25 23:08 UTC (2+ messages)
[PATCH v13 00/11] LSM: Three basic syscalls
2023-08-25 22:23 UTC (4+ messages)
` [PATCH v13 04/11] LSM: syscalls for current process attributes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).