linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 06:50:36 to 2023-07-20 01:16:17 UTC [more...]

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-20  1:15 UTC  (44+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [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
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access

[syzbot] [apparmor?] [ext4?] general protection fault in common_perm_cond
 2023-07-20  1:11 UTC 

[LSM Stacking] SELinux policy inside container affects a process on Host
 2023-07-20  0:21 UTC  (13+ messages)
      ` [LSM Stacking] SELinux policy inside container affects a processon Host

[PATCH] tomoyo: add format attributes to functions
 2023-07-19 14:00 UTC 

[PATCH] io_uring: don't audit the capability check in io_uring_create()
 2023-07-18 20:16 UTC  (3+ messages)

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-18 16:14 UTC  (2+ messages)

[PATCH] security: keys: perform capable check only on privileged operations
 2023-07-18 15:32 UTC 

[PATCH net-next 0/4] net: Mark the sk parameter of routing functions as 'const'
 2023-07-18 12:31 UTC  (6+ messages)
` [PATCH net-next 1/4] security: Constify sk in the sk_getsecid hook

[PATCH 00/13] Implement Trusted Security Event Modeling
 2023-07-17  1:56 UTC  (19+ messages)
` [PATCH 01/13] Update MAINTAINERS file
` [PATCH 02/13] Add TSEM specific documentation
` [PATCH 03/13] Implement CAP_TRUST capability
` [PATCH 04/13] Add TSEM master header file
` [PATCH 05/13] Add primary TSEM implementation file
` [PATCH 06/13] Add root domain trust implementation
` [PATCH 07/13] Implement TSEM control plane
` [PATCH 08/13] Add namespace implementation
` [PATCH 09/13] Add security event description export facility
` [PATCH 10/13] Add event description implementation
` [PATCH 11/13] Implement security event mapping
` [PATCH 12/13] Implement an internal Trusted Modeling Agent
` [PATCH 13/13] Activate the configuration and build of the TSEM LSM

[RFC PATCH v10 09/17] ipe: add permissive toggle
 2023-07-15  4:00 UTC  (3+ messages)
` [PATCH RFC v10 9/17] "

[RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support
 2023-07-15  3:57 UTC  (3+ messages)
` [PATCH RFC v10 8/17] "

[RFC PATCH v10 07/17] ipe: add userspace interface
 2023-07-15  3:26 UTC  (3+ messages)
` [PATCH RFC v10 7/17] "

[RFC PATCH v10 06/17] security: add new securityfs delete function
 2023-07-14 23:59 UTC  (3+ messages)
` [PATCH RFC v10 6/17] "

[RFC PATCH v10 05/17] ipe: introduce 'boot_verified' as a trust provider
 2023-07-14 23:56 UTC  (3+ messages)
` [PATCH RFC v10 5/17] "

[PATCH v12 00/11] LSM: Three basic syscalls
 2023-07-14 22:10 UTC  (20+ messages)
` [PATCH v12 01/11] LSM: Identify modules by more than name
` [PATCH v12 02/11] LSM: Maintain a table of LSM attribute data
` [PATCH v12 03/11] proc: Use lsmids instead of lsm names for attrs
` [PATCH v12 04/11] LSM: syscalls for current process attributes
` [PATCH v12 05/11] LSM: Create lsm_list_modules system call
` [PATCH v12 06/11] LSM: wireup Linux Security Module syscalls
` [PATCH v12 10/11] SELinux: Add selfattr hooks
` [PATCH v12 11/11] LSM: selftests for Linux Security Module syscalls

[RFC PATCH v10 04/17] ipe: add LSM hooks on execution and kernel read
 2023-07-14 21:47 UTC  (3+ messages)
` [PATCH RFC v10 4/17] "

[RFC PATCH v10 03/17] ipe: add evaluation loop
 2023-07-14 20:28 UTC  (3+ messages)
` [PATCH RFC v10 3/17] "

[PATCH] kexec_file: ima: allow loading a kernel with its IMA signature verified
 2023-07-14 15:50 UTC  (6+ messages)

[PATCH 0/6] Enable loading local and third party keys on PowerVM guest
 2023-07-14 15:34 UTC  (7+ messages)
` [PATCH 1/6] integrity: PowerVM support for loading CA keys on machine keyring
` [PATCH 2/6] integrity: ignore keys failing CA restrictions on non-UEFI platform
` [PATCH 3/6] integrity: remove global variable from machine_keyring.c
` [PATCH 4/6] integrity: check whether imputed trust is enabled
` [PATCH 5/6] integrity: PowerVM machine keyring enablement
` [PATCH 6/6] integrity: PowerVM support for loading third party code signing keys

[PATCH v3] integrity: Always reference the blacklist keyring with apprasial
 2023-07-14 13:33 UTC  (3+ messages)

[RFC 0/4] Landlock: ioctl support
 2023-07-14 12:46 UTC  (9+ messages)
` [RFC 2/4] landlock: Add LANDLOCK_ACCESS_FS_IOCTL access right

[RFC PATCH v10 02/17] ipe: add policy parser
 2023-07-14  4:18 UTC  (3+ messages)
` [PATCH RFC v10 2/17] "

[PATCH] ima: require signed IMA policy when UEFI secure boot is enabled
 2023-07-14  1:29 UTC  (3+ messages)

[RFC PATCH v10 01/17] security: add ipe lsm
 2023-07-13 23:31 UTC  (3+ messages)
` [PATCH RFC v10 1/17] "

[PATCH v2 0/6] Landlock: ioctl support
 2023-07-13 22:38 UTC  (9+ messages)
` [PATCH v2 1/6] landlock: Increment Landlock ABI version to 4
` [PATCH v2 4/6] selftests/landlock: Test ioctl with memfds

[PATCH] Documentation: mm/memfd: vm.memfd_noexec
 2023-07-13 16:10 UTC  (2+ messages)

[PATCH v2] integrity: Always reference the blacklist keyring with apprasial
 2023-07-13 15:25 UTC  (5+ messages)

[PATCH v9 00/12] Network support for Landlock
 2023-07-13 14:52 UTC  (17+ messages)
      ` [PATCH v9 00/12] Network support for Landlock - allowed list of protocols

[PATCH -next 00/11] Fix kernel-doc warnings in apparmor
 2023-07-13  9:21 UTC  (7+ messages)
` [PATCH -next 05/11] apparmor: Fix kernel-doc warnings in apparmor/label.c
` [PATCH -next 10/11] apparmor: Fix kernel-doc warnings in apparmor/policy_compat.c

[PATCH 01/79] fs: add ctime accessors infrastructure
 2023-07-12 15:31 UTC 

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

Słowa kluczowe do wypozycjonowania
 2023-07-12  8:05 UTC 

[RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-07-12  3:43 UTC  (4+ messages)
` [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook

[PATCH RESEND v3 bpf-next 00/14] BPF token
 2023-07-11 22:06 UTC  (15+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object

[PATCH] ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig
 2023-07-11 16:44 UTC 

[PATCH v12 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-07-11  6:40 UTC  (9+ messages)

[PATCH] security: keys: Modify mismatched function name
 2023-07-10 19:20 UTC  (3+ messages)

[PATCH] MAINTAINERS: update SafeSetID entry
 2023-07-10 18:33 UTC  (7+ messages)

[PATCH] LSM: Fix typo in a comment
 2023-07-10 18:02 UTC  (3+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (10+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 00/92] fs: new accessors for inode->i_ctime

[PATCH v11 00/12] Network support for Landlock
 2023-07-10 12:30 UTC  (17+ messages)
` [PATCH v11 03/12] landlock: Refactor landlock_find_rule/insert_rule
` [PATCH v11 11/12] samples/landlock: Add network demo

[PATCH -next] apparmor: Fix some kernel-doc comments
 2023-07-10  8:48 UTC  (3+ messages)

[syzbot] [tomoyo?] [hfs?] general protection fault in tomoyo_check_acl (3)
 2023-07-08 11:29 UTC  (2+ messages)

[RFC PATCH v10 12/17] ipe: add support for dm-verity as a trust provider
 2023-07-08  5:37 UTC  (2+ messages)
` [PATCH RFC "

ANN: new LSM guidelines
 2023-07-07 22:02 UTC  (3+ messages)

[GIT PULL] apparmor bug fixes for 6.5
 2023-07-07 17:10 UTC  (2+ messages)

[RFC][PATCH 00/10] KEYS: Introduce user asymmetric keys and signatures
 2023-07-07  7:03 UTC  (3+ 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).