messages from 2023-11-13 02:25:17 to 2023-11-24 17:07:14 UTC [more...]
[PATCH v1 0/2] Extend Landlock test to improve rule's coverage
2023-11-24 17:07 UTC (4+ messages)
` [PATCH v1 1/2] selftests/landlock: Add tests to check undefined rule's access rights
` [PATCH v1 2/2] selftests/landlock: Add tests to check unhandled "
[PATCH v5 0/7] Landlock: IOCTL support
2023-11-24 16:57 UTC (14+ messages)
` [PATCH v5 1/7] landlock: Optimize the number of calls to get_access_mask slightly
` [PATCH v5 2/7] landlock: Add IOCTL access right
` [PATCH v5 3/7] selftests/landlock: Test IOCTL support
` [PATCH v5 4/7] selftests/landlock: Test IOCTL with memfds
` [PATCH v5 5/7] selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)
` [PATCH v5 6/7] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL
` [PATCH v5 7/7] landlock: Document IOCTL support
[PATCH v4 0/7] Landlock: IOCTL support
2023-11-24 13:02 UTC (14+ messages)
` [PATCH v4 1/7] landlock: Optimize the number of calls to get_access_mask slightly
` [PATCH v4 2/7] landlock: Add IOCTL access right
` [PATCH v4 6/7] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL
[PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
2023-11-24 8:44 UTC (9+ messages)
` [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v13 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v13 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v13 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v13 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file
[RFC PATCH v2 0/6] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2023-11-23 12:21 UTC (10+ messages)
` [RFC PATCH v2 1/6] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
` [RFC PATCH v2 2/6] mm: mempolicy: Revise comment regarding mempolicy mode flags
` [RFC PATCH v2 3/6] mm, security: Fix missed security_task_movememory() in mbind(2)
` [RFC PATCH v2 4/6] mm, security: Add lsm hook for memory policy adjustment
` [RFC PATCH v2 5/6] security: selinux: Implement set_mempolicy hook
` [RFC PATCH v2 6/6] selftests/bpf: Add selftests for set_mempolicy with a lsm prog
[PATCH net v2] calipso: Fix memory leak in netlbl_calipso_add_pass()
2023-11-23 9:25 UTC
[PATCH net] calipso: Fix memory leak in netlbl_calipso_add_pass()
2023-11-23 7:55 UTC (3+ messages)
[PATCH] selftests: remove the LSM_ID_IMA check in lsm/lsm_list_modules_test
2023-11-22 16:07 UTC
[RFC V2] IMA Log Snapshotting Design Proposal
2023-11-22 14:22 UTC (18+ messages)
[PATCH] apparmor: make stack_msg static
2023-11-22 11:56 UTC
[PATCH RFC] Add a lockdown_hibernate parameter
2023-11-22 6:52 UTC (6+ messages)
[RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot
2023-11-22 4:41 UTC (11+ messages)
` [PATCH 1/4] LSM: Auto-undef LSM_HOOK macro
` [PATCH 2/4] LSM: Add a header file containing only arguments of LSM callback functions
` [PATCH 3/4] LSM: Break LSM_HOOK() macro into 6 macros
` [PATCH 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks
[PATCH] MAINTAINERS: add an entry for the lockdown LSM
2023-11-21 23:52 UTC (3+ messages)
[PATCH v6 00/25] security: Move IMA and EVM to the LSM infrastructure
2023-11-21 8:02 UTC (29+ messages)
` [PATCH v6 01/25] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v6 02/25] ima: Align ima_file_mprotect() "
` [PATCH v6 03/25] ima: Align ima_inode_setxattr() "
` [PATCH v6 04/25] ima: Align ima_inode_removexattr() "
` [PATCH v6 05/25] ima: Align ima_post_read_file() "
` [PATCH v6 06/25] evm: Align evm_inode_post_setattr() "
` [PATCH v6 07/25] evm: Align evm_inode_setxattr() "
` [PATCH v6 08/25] evm: Align evm_inode_post_setxattr() "
` [PATCH v6 09/25] security: Align inode_setattr hook definition with EVM
` [PATCH v6 10/25] security: Introduce inode_post_setattr hook
` [PATCH v6 11/25] security: Introduce inode_post_removexattr hook
` [PATCH v6 12/25] security: Introduce file_post_open hook
` [PATCH v6 13/25] security: Introduce file_release hook
` [PATCH v6 14/25] security: Introduce path_post_mknod hook
` [PATCH v6 15/25] security: Introduce inode_post_create_tmpfile hook
` [PATCH v6 16/25] security: Introduce inode_post_set_acl hook
` [PATCH v6 17/25] security: Introduce inode_post_remove_acl hook
` [PATCH v6 18/25] security: Introduce key_post_create_or_update hook
` [PATCH v6 19/25] ima: Move to LSM infrastructure
` [PATCH v6 20/25] ima: Move IMA-Appraisal "
` [PATCH v6 21/25] evm: Move "
` [PATCH v6 22/25] ima: Remove dependency on 'integrity' LSM
` [PATCH v6 23/25] evm: "
` [PATCH v6 24/25] integrity: Remove LSM
` [PATCH v6 25/25] security: Enforce ordering of 'ima' and 'evm' LSMs
PSA: this list has moved to new vger infra (no action required)
2023-11-21 1:05 UTC
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-11-20 21:06 UTC (4+ messages)
[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure
2023-11-20 20:55 UTC (7+ messages)
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook
[RFC PATCH 1/2] Modules: Introduce boot-time module signature flexibility
2023-11-20 19:43 UTC
[PATCH v5 22/23] integrity: Move integrity functions to the LSM infrastructure
2023-11-20 13:23 UTC (5+ messages)
[PATCH] exitz syscall
2023-11-19 14:54 UTC (5+ messages)
[PATCH -next 1/2] apparmor: Fix one kernel-doc comment
2023-11-19 9:09 UTC (4+ messages)
` [PATCH -next 2/2] apparmor: Fix some kernel-doc comments
[PATCH -next] apparmor: Fix some kernel-doc comments
2023-11-19 9:08 UTC (2+ messages)
[PATCH v4 0/5] DCP as trusted keys backend
2023-11-17 9:19 UTC (3+ messages)
` [PATCH v4 1/5] crypto: mxs-dcp: Add support for hardware-bound keys
[PATCH v5 10/23] security: Introduce inode_post_setattr hook
2023-11-16 18:46 UTC (4+ messages)
[PATCH v5 13/23] security: Introduce file_pre_free_security hook
2023-11-16 18:41 UTC (4+ messages)
[PATCH v3 0/5] Smack transmute fixes
2023-11-16 9:01 UTC (6+ messages)
` [PATCH v3 1/5] smack: Set SMACK64TRANSMUTE only for dirs in smack_inode_setxattr()
` [PATCH v3 2/5] smack: Handle SMACK64TRANSMUTE in smack_inode_setsecurity()
` [PATCH v3 3/5] smack: Always determine inode labels in smack_inode_init_security()
` [PATCH v3 4/5] smack: Initialize the in-memory inode "
` [PATCH v3 5/5] ramfs: Initialize security of in-memory inodes
[PATCH] MAINTAINERS: update the LSM entry
2023-11-16 4:36 UTC (3+ messages)
[PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
2023-11-16 4:33 UTC (2+ messages)
[PATCH v5 16/23] security: Introduce inode_post_set_acl hook
2023-11-16 4:33 UTC (2+ messages)
[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2023-11-16 2:22 UTC (19+ messages)
[PATCH v2 0/5] Smack transmute fixes
2023-11-15 22:24 UTC (4+ messages)
` [PATCH v2 5/5] ramfs: Initialize security of in-memory inodes
[PATCH v3 2/6] tpm: Store TPM buffer length
2023-11-15 21:24 UTC (11+ messages)
` [PATCH v3 3/6] tpm: Detach tpm_buf_reset() from tpm_buf_init()
` [PATCH v3 4/6] tpm: Support TPM2 sized buffers (TPM2B)
[PATCH] mailmap: add entries for Serge Hallyn's dead accounts
2023-11-13 22:57 UTC (3+ messages)
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-11-13 8:54 UTC (14+ messages)
` [RFC PATCH v2 09/19] KVM: x86: Extend kvm_range_has_memory_attributes() with match_all
` [RFC PATCH v2 10/19] KVM: x86: Implement per-guest-page permissions
` [RFC PATCH v2 11/19] KVM: x86: Add new hypercall to set EPT permissions
` [RFC PATCH v2 12/19] x86: Implement the Memory Table feature to store arbitrary per-page data
` [RFC PATCH v2 13/19] heki: Implement a kernel page table walker
` [RFC PATCH v2 14/19] heki: x86: Initialize permissions counters for pages mapped into KVA
` [RFC PATCH v2 15/19] heki: x86: Initialize permissions counters for pages in vmap()/vunmap()
` [RFC PATCH v2 16/19] heki: x86: Update permissions counters when guest page permissions change
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
` [RFC PATCH v2 19/19] virt: Add Heki KUnit tests
[PATCH] mailmap: update/replace my old email addresses
2023-11-13 4:10 UTC (3+ messages)
[PATCH] lsm: mark the lsm_id variables are marked as static
2023-11-13 4:09 UTC (4+ messages)
[PATCH] lsm: convert security_setselfattr() to use memdup_user()
2023-11-13 4:09 UTC (2+ messages)
[PATCH] lsm: align based on pointer length in lsm_fill_user_ctx()
2023-11-13 4:08 UTC (3+ messages)
[RFC PATCH 0/3] LSM syscall tweaks
2023-11-13 4:07 UTC (2+ messages)
[PATCH] security: Don't yet account for IMA in LSM_CONFIG_COUNT calculation
2023-11-13 4:06 UTC (6+ messages)
[PATCH] lsm: drop LSM_ID_IMA
2023-11-13 4:05 UTC (2+ messages)
[PATCH v15 00/11] LSM: Three basic syscalls
2023-11-13 4:03 UTC (2+ messages)
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).