messages from 2023-11-05 06:33:59 to 2023-11-13 08:55:10 UTC [more...]
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-11-13 8:54 UTC (22+ messages)
` [RFC PATCH v2 01/19] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v2 02/19] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v2 03/19] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v2 04/19] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v2 05/19] KVM: VMX: Add MBEC support
` [RFC PATCH v2 06/19] KVM: x86: Add kvm_x86_ops.fault_gva()
` [RFC PATCH v2 07/19] KVM: x86: Make memory attribute helpers more generic
` [RFC PATCH v2 08/19] KVM: x86: Extend kvm_vm_set_mem_attributes() with a mask
` [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
[RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2023-11-13 8:50 UTC (10+ messages)
` [RFC PATCH -mm 1/4] mm, security: Add lsm hook for mbind(2)
` [RFC PATCH -mm 2/4] mm, security: Add lsm hook for set_mempolicy(2)
` [RFC PATCH -mm 3/4] mm, security: Add lsm hook for set_mempolicy_home_node(2)
` [RFC PATCH -mm 4/4] selftests/bpf: Add selftests for mbind(2) with lsm prog
[PATCH] exitz syscall
2023-11-13 7:37 UTC (10+ messages)
[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 (3+ 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)
[PATCH v4 4/6] add statmount(2) syscall
2023-11-12 20:29 UTC (7+ messages)
[RFC PATCH 0/5] LSM: Officially support appending LSM hooks after boot
2023-11-11 10:12 UTC (6+ messages)
` [PATCH 1/5] LSM: Auto-undef LSM_HOOK macro
` [PATCH 2/5] LSM: Add a header file containing only arguments of LSM callback functions
` [PATCH 3/5] LSM: Split LSM_HOOK() into LSM_INT_HOOK() and LSM_VOID_HOOK()
` [PATCH 4/5] LSM: Add a LSM module which handles dynamically appendable LSM hooks
` [PATCH 5/5] LSM: A sample of dynamically appendable LSM module
[PATCH v8 0/5] Reduce overhead of LSMs with static calls
2023-11-11 0:07 UTC (7+ messages)
` [PATCH v8 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v8 2/5] security: Count the LSMs enabled at compile time
` [PATCH v8 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v8 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v8 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[PATCH v7 0/5] Reduce overhead of LSMs with static calls
2023-11-10 22:19 UTC (4+ messages)
` [PATCH v7 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
[GIT PULL] lsm/lsm-pr-20231109
2023-11-10 19:29 UTC (2+ messages)
[PATCH] apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256
2023-11-10 11:52 UTC (2+ messages)
[PATCH v10 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-11-10 3:48 UTC (18+ messages)
` [PATCH v10 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v10 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v10 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v10 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v10 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v10 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v10 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v10 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v10 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v10 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v10 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v10 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v10 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v10 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v10 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v10 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v10 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-11-09 22:29 UTC (12+ messages)
` [PATCH v9 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object
[PATCH 0/2] lsm: fix default return values for some hooks
2023-11-08 21:00 UTC (4+ messages)
[PATCH v4 0/6] querying mount attributes
2023-11-08 16:23 UTC (12+ messages)
` [PATCH v4 5/6] add listmount(2) syscall
[syzbot] [reiserfs?] possible deadlock in reiserfs_dirty_inode
2023-11-08 8:00 UTC (4+ messages)
[PATCH] KEYS: encrypted: Add check for strsep
2023-11-08 7:36 UTC
[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure
2023-11-08 3:14 UTC (49+ messages)
` [PATCH v5 01/23] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v5 02/23] ima: Align ima_file_mprotect() "
` [PATCH v5 03/23] ima: Align ima_inode_setxattr() "
` [PATCH v5 04/23] ima: Align ima_inode_removexattr() "
` [PATCH v5 05/23] ima: Align ima_post_read_file() "
` [PATCH v5 06/23] evm: Align evm_inode_post_setattr() "
` [PATCH v5 07/23] evm: Align evm_inode_setxattr() "
` [PATCH v5 08/23] evm: Align evm_inode_post_setxattr() "
` [PATCH v5 09/23] security: Align inode_setattr hook definition with EVM
` [PATCH v5 10/23] security: Introduce inode_post_setattr hook
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook
` [PATCH v5 12/23] security: Introduce file_post_open hook
` [PATCH v5 13/23] security: Introduce file_pre_free_security hook
` [PATCH v5 14/23] security: Introduce path_post_mknod hook
` [PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
` [PATCH v5 16/23] security: Introduce inode_post_set_acl hook
` [PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v5 18/23] security: Introduce key_post_create_or_update hook
` [PATCH v5 19/23] ima: Move to LSM infrastructure
` [PATCH v5 20/23] ima: Move IMA-Appraisal "
` [PATCH v5 21/23] evm: Move "
` [PATCH v5 22/23] integrity: Move integrity functions to the "
` [PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
[PATCH v4 4/4] vduse: Add LSM hooks to check Virtio device type
2023-11-08 2:31 UTC (2+ messages)
[PATCH v3 2/6] tpm: Store TPM buffer length
2023-11-07 17:20 UTC (8+ 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 v2 0/2] ima: IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY cleanup
2023-11-06 23:06 UTC (3+ messages)
` [PATCH v2 1/2] ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
` [PATCH v2 2/2] ima: Remove EXPERIMENTAL from Kconfig
[PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks
2023-11-06 22:46 UTC (4+ messages)
` [PATCH v9 "
[PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
2023-11-06 22:29 UTC (4+ messages)
` [PATCH v9 9/17] "
[PATCH 0/2] ima: IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY cleanup
2023-11-06 21:33 UTC (4+ messages)
` [PATCH 1/2] ima: Add machine keyring reference to IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
[PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
2023-11-06 19:18 UTC (3+ messages)
` [PATCH v9 "
[PATCH v4 00/23] security: Move IMA and EVM to the LSM infrastructure
2023-11-06 16:40 UTC (8+ messages)
` [PATCH v4 12/23] security: Introduce file_post_open hook
` [PATCH v4 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v4 20/23] ima: Move IMA-Appraisal to LSM infrastructure
Inquiry from MikolajGroup Hungary
2023-11-06 10:11 UTC
[PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
2023-11-06 5:01 UTC (2+ messages)
` [PATCH v9 "
linux-next: manual merge of the apparmor tree with the security tree
2023-11-06 0:28 UTC (8+ 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).