linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-04 13:39:02 to 2023-09-14 09:30:51 UTC [more...]

[RFC PATCH 0/3] quering mount attributes
 2023-09-14  9:30 UTC  (11+ messages)
` [RFC PATCH 1/3] add unique mount ID
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH] certs: Restrict blacklist updates to the secondary trusted keyring
 2023-09-14  8:34 UTC 

[PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
 2023-09-14  8:08 UTC  (7+ messages)
` [PATCH v11.1] "

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14  3:07 UTC  (35+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 04/33] KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
` [RFC PATCH v12 05/33] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [RFC PATCH v12 08/33] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [RFC PATCH v12 09/33] KVM: Drop .on_unlock() mmu_notifier hook
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 12/33] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v12 13/33] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 15/33] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v12 16/33] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [RFC PATCH v12 17/33] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v12 19/33] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v12 20/33] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v12 21/33] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access

[PATCH] lsm: constify 'mnt_opts' parameter in security_free_mnt_opts()
 2023-09-13 22:18 UTC  (3+ messages)

[PATCH v4 bpf-next 00/12] BPF token and BPF FS-based delegation
 2023-09-13 22:15 UTC  (19+ messages)
` [PATCH v4 bpf-next 01/12] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
  ` [PATCH v4 2/12] "
` [PATCH v4 bpf-next 03/12] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v4 bpf-next 04/12] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v4 bpf-next 05/12] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v4 bpf-next 06/12] bpf: take into account BPF token when fetching helper protos
` [PATCH v4 bpf-next 07/12] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v4 bpf-next 08/12] libbpf: add bpf_token_create() API
` [PATCH v4 bpf-next 09/12] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v4 bpf-next 10/12] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v4 bpf-next 11/12] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v4 bpf-next 12/12] selftests/bpf: add BPF token-enabled tests

[PATCH] lsm: constify 'bprm' parameter in security_bprm_committing_creds()
 2023-09-13 22:13 UTC  (2+ messages)

[PATCH] lsm: constify 'file' parameter in security_bprm_creds_from_file()
 2023-09-13 22:09 UTC  (2+ messages)

[PATCH] lsm: constify 'sb' parameter in security_sb_remount()
 2023-09-13 22:05 UTC  (3+ messages)

[PATCH] lsm: constify the 'mm' parameter in security_vm_enough_memory_mm()
 2023-09-13 22:02 UTC  (5+ messages)

[PATCH] lsm: constify 'sb' parameter in security_quotactl()
 2023-09-13 21:56 UTC  (2+ messages)

[PATCH v3 -next] keys: Remove unused extern declarations
 2023-09-13 19:46 UTC  (5+ messages)

[PATCH v2 0/3] DCP as trusted keys backend
 2023-09-13  8:36 UTC  (8+ messages)
` [PATCH v2 1/3] crypto: mxs-dcp: Add support for hardware provided keys
` [PATCH v2 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys
` [PATCH v2 3/3] doc: trusted-encrypted: add DCP as new trust source

[PATCH V2] SELinux: Check correct permissions for FS_IOC32_*
 2023-09-13  3:52 UTC  (6+ messages)

[PATCH v15 00/11] LSM: Three basic syscalls
 2023-09-12 20:56 UTC  (12+ messages)
  ` [PATCH v15 01/11] LSM: Identify modules by more than name
  ` [PATCH v15 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v15 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v15 04/11] LSM: syscalls for current process attributes
  ` [PATCH v15 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v15 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v15 07/11] LSM: Helpers for attribute names and filling lsm_ctx
  ` [PATCH v15 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v15 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v15 10/11] SELinux: "
  ` [PATCH v15 11/11] LSM: selftests for Linux Security Module syscalls

[PATCH] integrity: powerpc: Do not select CA_MACHINE_KEYRING
 2023-09-12 19:56 UTC  (13+ messages)

ANN: new LSM guidelines
 2023-09-12 19:03 UTC  (18+ messages)

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-12 16:19 UTC  (31+ messages)
` [PATCH v3 02/25] ima: Align ima_post_path_mknod() definition with "
` [PATCH v3 03/25] ima: Align ima_post_create_tmpfile() "
` [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] apparmor/file: Removing unnecessary initial values for variable pointers
 2023-09-13 18:09 UTC 

[PATCH v14 00/11] LSM: Three basic syscalls
 2023-09-11 22:08 UTC  (11+ messages)
` [PATCH v14 04/11] LSM: syscalls for current process attributes
  ` [PATCH v14 4/11] "

[PATCH v2 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-11 10:50 UTC  (11+ messages)
` [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 v3 0/5] Landlock: IOCTL support
 2023-09-11 16:34 UTC  (10+ messages)

[PATCH] KEYS: trusted: tee: Refactor register SHM usage
 2023-09-11 10:32 UTC  (8+ messages)

[PATCH v2] cred: add get_cred_many and put_cred_many
 2023-09-09 19:19 UTC 

[syzbot] [integrity?] [lsm?] INFO: task hung in process_measurement (2)
 2023-09-09  8:36 UTC 

[PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
 2023-09-09  0:15 UTC  (2+ messages)

[RESEND PATCH] cred: add get_cred_many and put_cred_many
 2023-09-08 22:17 UTC  (2+ messages)
` [PATCH] "

[GIT PULL] Landlock updates for v6.6
 2023-09-08 20:00 UTC  (2+ messages)

[RFC] IMA Log Snapshotting Design Proposal
 2023-09-07 21:02 UTC  (12+ messages)
` [RFC] IMA Log Snapshotting Design Proposal - network bandwidth
` [RFC] IMA Log Snapshotting Design Proposal - aggregate
` [RFC] IMA Log Snapshotting Design Proposal - unseal

[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 11/11] LSM: selftests for Linux Security Module syscalls
 2023-09-06 23:22 UTC  (2+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-06 22:10 UTC  (5+ messages)
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
 2023-09-06  8:00 UTC  (3+ messages)

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 v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (2+ messages)
` [f2fs-dev] "


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