linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 15:39:09 to 2020-07-08 12:41:52 UTC [more...]

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-08 12:41 UTC  (53+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "
              ` [PATCH v2 05/15] umh: Separate the user mode driver and the user mode helper support
              ` [PATCH v3 00/16] Make the user mode driver code a better citizen
                ` [PATCH v3 01/16] umh: Capture the pid in umh_pipe_setup
                ` [PATCH v3 02/16] umh: Move setting PF_UMH into umh_pipe_setup
                ` [PATCH v3 03/16] umh: Rename the user mode driver helpers for clarity
                ` [PATCH v3 04/16] umh: Remove call_usermodehelper_setup_file
                ` [PATCH v3 05/16] umh: Separate the user mode driver and the user mode helper support
                ` [PATCH v3 06/16] umd: For clarity rename umh_info umd_info
                ` [PATCH v3 07/16] umd: Rename umd_info.cmdline umd_info.driver_name
                ` [PATCH v3 08/16] umd: Transform fork_usermode_blob into fork_usermode_driver
                ` [PATCH v3 09/16] umh: Stop calling do_execve_file
                ` [PATCH v3 10/16] exec: Remove do_execve_file
                ` [PATCH v3 11/16] bpfilter: Move bpfilter_umh back into init data
                ` [PATCH v3 12/16] umd: Track user space drivers with struct pid
                ` [PATCH v3 13/16] exit: Factor thread_group_exited out of pidfd_poll
                ` [PATCH v3 14/16] bpfilter: Take advantage of the facilities of struct pid
                ` [PATCH v3 15/16] umd: Remove exit_umh
                ` [PATCH v3 16/16] umd: Stop using split_argv

[PATCH 0/4] Fix misused kernel_read_file() enums
 2020-07-08 11:58 UTC  (18+ messages)
` [PATCH 1/4] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH 2/4] fs: Remove FIRMWARE_PREALLOC_BUFFER from kernel_read_file() enums
` [PATCH 3/4] fs: Remove FIRMWARE_EFI_EMBEDDED "
` [PATCH 4/4] module: Add hook for security_kernel_post_read_file()

[PATCH v19 00/12] Landlock LSM
 2020-07-08  8:58 UTC  (21+ messages)
` [PATCH v19 01/12] landlock: Add object management
` [PATCH v19 02/12] landlock: Add ruleset and domain management
` [PATCH v19 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v19 04/12] landlock: Add ptrace restrictions
` [PATCH v19 05/12] LSM: Infrastructure management of the superblock
` [PATCH v19 06/12] fs,security: Add sb_delete hook
` [PATCH v19 07/12] landlock: Support filesystem access-control
` [PATCH v19 08/12] landlock: Add syscall implementation
` [PATCH v19 09/12] arch: Wire up landlock() syscall
` [PATCH v19 10/12] selftests/landlock: Add initial tests
` [PATCH v19 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v19 12/12] landlock: Add user and kernel documentation

[PATCH v4 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-07-08  8:28 UTC  (9+ messages)
` [PATCH v4 1/8] crypto: sm3 - export crypto_sm3_final function
` [PATCH v4 2/8] lib/mpi: Extend the MPI library
` [PATCH v4 3/8] lib/mpi: Introduce ec implementation to "
` [PATCH v4 4/8] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
` [PATCH v4 5/8] crypto: testmgr - support test with different ciphertext per encryption
` [PATCH v4 6/8] X.509: support OSCCA certificate parse
` [PATCH v4 7/8] X.509: support OSCCA sm2-with-sm3 certificate verification
` [PATCH v4 8/8] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

[PATCH v10 0/9] firmware: add request_partial_firmware_into_buf
 2020-07-08  4:51 UTC  (27+ messages)
` [PATCH v10 1/9] fs: move kernel_read_file* to its own include file
` [PATCH v10 2/9] fs: introduce kernel_pread_file* support
` [PATCH v10 3/9] firmware: add request_partial_firmware_into_buf
` [PATCH v10 4/9] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v10 5/9] firmware: test partial file reads of request_partial_firmware_into_buf
` [PATCH v10 6/9] bcm-vk: add bcm_vk UAPI
` [PATCH v10 8/9] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver
` [PATCH v10 9/9] ima: add FIRMWARE_PARTIAL_READ support
  ` [PATCH v10 7/9] misc: bcm-vk: add Broadcom VK driver

[security:secure_uffd_v5.9 1/3] fs/anon_inodes.c:92:10-17: WARNING: ERR_CAST can be used with inode
 2020-07-08  2:53 UTC  (2+ messages)
` [PATCH] fix err_cast.cocci warnings

[PATCH] Replace HTTP links with HTTPS ones: security
 2020-07-07 20:28 UTC  (3+ messages)

[PATCH v4 0/3] capabilities: Introduce CAP_CHECKPOINT_RESTORE
 2020-07-07 20:27 UTC  (17+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] selftests: add clone3() CAP_CHECKPOINT_RESTORE test
` [PATCH v4 3/3] prctl: Allow ptrace capable processes to change /proc/self/exe

[PATCH v34 11/24] x86/sgx: Add SGX enclave driver
 2020-07-07  4:46 UTC  (7+ messages)
` [PATCH v34 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation

[PATCH v9 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-07-07  4:09 UTC  (14+ messages)
` [PATCH v9 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [PATCH v9 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH v35 11/24] x86/sgx: Add SGX enclave driver
 2020-07-07  3:37 UTC  (2+ messages)
` [PATCH v35 15/24] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation

[PATCH v33 11/21] x86/sgx: Linux Enclave Driver
 2020-07-07  3:29 UTC  (25+ messages)
` [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation

[PATCH v2 00/11] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-07-07  3:18 UTC  (7+ messages)
` [PATCH v2 09/11] ima: Move validation of the keyrings conditional into ima_validate_rule()

[RESEND,PATCH v9 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-07-06 23:58 UTC  (3+ messages)
` [RESEND,PATCH v9 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [RESEND,PATCH v9 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH] bpf: lsm: Disable or enable BPF LSM at boot time
 2020-07-06 20:30 UTC  (5+ messages)

[PATCH] Replace HTTP links with HTTPS ones: IPv*
 2020-07-06 20:23 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-07-06 18:56 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Generalize bpf_sk_storage

[PATCH ghak84 v3] audit: purge audit_log_string from the intra-kernel audit API
 2020-07-03 21:49 UTC 

[PATCH ghak84 v2] audit: purge audit_log_string from the intra-kernel audit API
 2020-07-03 17:01 UTC 

[PATCH ghak96 v3] audit: issue CWD record to accompany LSM_AUDIT_DATA_* records
 2020-07-03 16:56 UTC 

LTP: crypto: af_alg02 regression on linux-next 20200621 tag
 2020-07-03 13:35 UTC  (9+ messages)
        ` [PATCH] crypto: af_alg - Fix regression on empty requests
            ` [v2 PATCH] "

linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
 2020-07-03 13:28 UTC  (18+ messages)

INFO: task hung in request_key_tag
 2020-07-03 11:40 UTC  (2+ messages)

[PATCH v8 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-07-02 20:44 UTC  (3+ messages)
` [PATCH v8 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH 13/14] fs: implement default_file_splice_read using __kernel_read
 2020-07-01 20:32 UTC  (3+ messages)
  ` [fs] 140402bab8: stress-ng.splice.ops_per_sec -100.0% regression

[GIT PULL] Security subsystem fixes for v5.8
 2020-07-01 19:10 UTC  (2+ messages)

[PATCH v3 1/1] fs: move kernel_read_file* to its own include file
 2020-07-01 16:55 UTC  (2+ 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).