messages from 2020-09-22 21:53:49 to 2020-10-06 17:20:08 UTC [more...]
[RFC PATCH 0/3] Add LSM/SELinux support for GPRS Tunneling Protocol (GTP)
2020-09-24 20:40 UTC (3+ messages)
` [RFC PATCH 1/3] security: Add GPRS Tunneling Protocol (GTP) security hooks
[PATCH 0/3] Add LSM/SELinux support for GPRS Tunneling Protocol (GTP)
2020-09-30 15:56 UTC (9+ messages)
` [PATCH 3/3] selinux: Add SELinux GTP support
[PATCH v5 00/16] Introduce partial kernel_read_file() support
2020-10-06 17:19 UTC (21+ messages)
` [PATCH v5 01/16] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v5 02/16] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v5 03/16] fs/kernel_read_file: Split into separate include file
` [PATCH v5 04/16] fs/kernel_read_file: Split into separate source file
` [PATCH v5 05/16] fs/kernel_read_file: Remove redundant size argument
` [PATCH v5 06/16] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v5 07/16] fs/kernel_read_file: Add file_size output argument
` [PATCH v5 08/16] LSM: Introduce kernel_post_load_data() hook
` [PATCH v5 09/16] firmware_loader: Use security_post_load_data()
` [PATCH v5 10/16] module: Call security_kernel_post_load_data()
` [PATCH v5 11/16] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v5 12/16] IMA: Add support for file reads without contents
` [PATCH v5 13/16] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v5 14/16] firmware: Store opt_flags in fw_priv
` [PATCH v5 15/16] firmware: Add request_partial_firmware_into_buf()
` [PATCH v5 16/16] test_firmware: Test partial read support
[PATCH v39 11/24] x86/sgx: Add SGX enclave driver
2020-10-05 20:02 UTC (21+ messages)
` [PATCH v39 15/24] x86/sgx: Add SGX_IOC_ENCLAVE_PROVISION
[PATCH v2 1/3] KEYS: trusted: Fix incorrect handling of tpm_get_random()
2020-10-05 3:49 UTC (3+ messages)
` [PATCH v2 2/3] KEYS: trusted: Reserve TPM for seal and unseal operations
` [PATCH v2 3/3] KEYS: trusted: Fix migratable=1 failing
[PATCH 1/3] KEYS: trusted: Fix incorrect handling of tpm_get_random()
2020-10-05 0:26 UTC (3+ messages)
` [PATCH 2/3] KEYS: trusted: Reserve TPM for seal and unseal operations
` [PATCH 3/3] KEYS: trusted: Fix migratable=1 failing
[PATCH] apparmor: fix error check
2020-10-04 14:24 UTC
[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
2020-10-03 9:52 UTC (6+ messages)
` [RFC PATCH 3/6] security/fbfam: Use the api to manage statistics
[PATCH V2 0/3] integrity: Load certs from EFI MOK config table
2020-10-01 21:07 UTC (9+ messages)
` [PATCH V2 1/3] efi: Support for MOK variable "
[PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
2020-10-01 20:23 UTC (6+ messages)
` [PATCH v11 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v11 2/3] arch: Wire up trusted_for(2)
` [PATCH v11 3/3] selftest/interpreter: Add tests for trusted_for(2) policies
[PATCH v38 11/24] x86/sgx: Add SGX enclave driver
2020-10-01 18:49 UTC (3+ messages)
[PATCH v38 15/24] x86/sgx: Enable provisioning for remote attestation
2020-10-01 17:17 UTC (2+ messages)
[RFC PATCH] lsm,selinux: pass the family information along with xfrm flow
2020-09-30 13:44 UTC (5+ messages)
Commit 13c164b1a186 - regression for LSMs/SELinux?
2020-09-30 10:39 UTC (19+ messages)
Mount options may be silently discarded
2020-09-28 18:17 UTC (4+ messages)
KASAN: stack-out-of-bounds Read in xfrm_selector_match (2)
2020-09-28 5:07 UTC (4+ messages)
` [PATCH] xfrm: Use correct address family in xfrm_state_find
[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
2020-09-27 18:25 UTC (17+ messages)
let import_iovec deal with compat_iovecs as well v4
2020-09-25 15:23 UTC (11+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov
[PATCH v7 00/10] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
2020-09-25 14:01 UTC (6+ messages)
` [PATCH v7 02/10] lib/mpi: Extend the MPI library
` [PATCH] lib/mpi: Fix unused variable warnings
[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
2020-09-25 10:12 UTC (26+ messages)
` [PATCH v2 1/4] [RFC] fs/trampfd: Implement the trampoline file descriptor API
` [PATCH v2 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor
` [PATCH v2 4/4] [RFC] arm/trampfd: "
[PATCH v10 0/3] Add trusted_for(2) (was O_MAYEXEC)
2020-09-24 15:32 UTC (4+ messages)
` [PATCH v10 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v10 2/3] arch: Wire up trusted_for(2)
` [PATCH v10 3/3] selftest/interpreter: Add tests for trusted_for(2) policies
let import_iovec deal with compat_iovecs as well v3
2020-09-23 21:30 UTC (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov
[PATCH v9 0/3] SELinux support for anonymous inodes and UFFD
2020-09-23 19:33 UTC (4+ messages)
` [PATCH v9 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v9 2/3] Teach SELinux about anonymous inodes
` [PATCH v9 3/3] Wire UFFD up to SELinux
[PATCH v4 0/6] IMA: Infrastructure for measurement of critical kernel data
2020-09-23 19:20 UTC (7+ messages)
` [PATCH v4 1/6] IMA: generalize keyring specific measurement constructs
` [PATCH v4 2/6] IMA: conditionally allow empty rule data
` [PATCH v4 3/6] IMA: update process_buffer_measurement to measure buffer hash
` [PATCH v4 4/6] IMA: add policy to measure critical data from kernel components
` [PATCH v4 5/6] IMA: add hook "
` [PATCH v4 6/6] IMA: validate supported kernel data sources before measurement
[PATCH ghak120 V5] audit: trigger accompanying records when no rules present
2020-09-23 17:47 UTC (4+ messages)
[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
2020-09-23 13:22 UTC (13+ 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).