linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 16:15:27 to 2020-06-30 21:55:58 UTC [more...]

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

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-06-30 19:34 UTC  (11+ messages)
` [PATCH bpf-next v2 1/4] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v2 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v2 4/4] bpf: Add selftests for local_storage

[PATCH 4/5] umh: fix processed error when UMH_WAIT_PROC is used
 2020-06-30 17:57 UTC  (18+ messages)
` linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)

[PATCH v33 11/21] x86/sgx: Linux Enclave Driver
 2020-06-30 17:13 UTC  (23+ messages)
` [PATCH v33 12/21] x86/sgx: Allow a limited use of ATTRIBUTE.PROVISIONKEY for attestation

[RFC PATCH 1/7] x86/cpufeatures: add X86_FEATURE_SCI
 2020-06-30 11:58 UTC  (2+ messages)

LTP: crypto: af_alg02 regression on linux-next 20200621 tag
 2020-06-30  8:48 UTC  (7+ messages)
        ` [PATCH] crypto: af_alg - Fix regression on empty requests

[PATCH] ima: Rename internal audit rule functions
 2020-06-29 21:30 UTC  (3+ messages)

[GIT PULL] Security subsystem fixes for v5.8
 2020-06-29 21:00 UTC 

[PATCH v2 00/11] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-06-29 14:16 UTC  (17+ messages)
` [PATCH v2 01/11] ima: Have the LSM free its audit rule
` [PATCH v2 02/11] ima: Free the entire rule when deleting a list of rules
` [PATCH v2 03/11] ima: Free the entire rule if it fails to parse
` [PATCH v2 04/11] ima: Fail rule parsing when buffer hook functions have an invalid action
` [PATCH v2 05/11] ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invalid cond
` [PATCH v2 06/11] ima: Fail rule parsing when the KEY_CHECK "
` [PATCH v2 07/11] ima: Shallow copy the args_p member of ima_rule_entry.lsm elements
` [PATCH v2 08/11] ima: Use correct type for "
` [PATCH v2 09/11] ima: Move validation of the keyrings conditional into ima_validate_rule()
` [PATCH v2 10/11] ima: Use the common function to detect LSM conditionals in a rule
` [PATCH v2 11/11] ima: Support additional conditionals in the KEXEC_CMDLINE hook function

possible deadlock in process_measurement (2)
 2020-06-28  3:31 UTC  (2+ messages)

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

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

Enabling interrupts in QEMU TPM TIS
 2020-06-26 13:15 UTC  (7+ messages)

[PATCH] ima: AppArmor satisfies the audit rule requirements
 2020-06-26  2:34 UTC  (2+ messages)

[PATCH 00/12] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-06-25 22:59 UTC  (27+ messages)
` [PATCH 01/12] ima: Have the LSM free its audit rule
` [PATCH 02/12] ima: Create a function to free a rule entry
` [PATCH 03/12] ima: Free the entire rule when deleting a list of rules
` [PATCH 05/12] ima: Fail rule parsing when buffer hook functions have an invalid action
` [PATCH 06/12] ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invalid cond
` [PATCH 08/12] ima: Shallow copy the args_p member of ima_rule_entry.lsm elements
` [PATCH 09/12] ima: Use correct type for "
` [PATCH 10/12] ima: Move validation of the keyrings conditional into ima_validate_rule()
` [PATCH 11/12] ima: Use the common function to detect LSM conditionals in a rule
` [PATCH 12/12] ima: Support additional conditionals in the KEXEC_CMDLINE hook function

[PATCH v6 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-06-25 21:35 UTC  (5+ messages)
` [PATCH v6 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [PATCH v6 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH v5 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-06-25 12:10 UTC  (8+ messages)
` [PATCH v5 1/2] acpi: Extend TPM2 ACPI table with missing log fields

[PATCH] ima_evm_utils: extended calc_bootaggr to PCRs 8 - 9
 2020-06-24 21:50 UTC  (8+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

clean up kernel_{read,write} & friends v5
 2020-06-24 16:13 UTC  (3+ messages)
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write


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