linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-21 22:21:43 to 2020-06-26 22:40:24 UTC [more...]

[PATCH v2 00/11] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-06-26 22:39 UTC  (12+ 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

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-26 18:22 UTC  (49+ 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 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 v33 11/21] x86/sgx: Linux Enclave Driver
 2020-06-26 15:34 UTC  (14+ messages)

[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 4/5] umh: fix processed error when UMH_WAIT_PROC is used
 2020-06-26 11:50 UTC  (20+ messages)
` linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)

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

[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  (32+ 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 04/12] ima: Free the entire rule if it fails to parse
` [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 07/12] ima: Fail rule parsing when the KEY_CHECK "
` [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  (9+ messages)
` [PATCH v5 1/2] acpi: Extend TPM2 ACPI table with missing log fields
` [PATCH v5 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH] extend IMA boot_aggregate with kernel measurements
 2020-06-24 21:50 UTC  (15+ messages)
  ` [PATCH] ima_evm_utils: extended calc_bootaggr to PCRs 8 - 9
      ` [PATCH] ima: extend boot_aggregate with kernel measurements
          ` [PATCH v4] "
      ` [PATCH v2] ima_evm_utils: extended calc_bootaggr to PCRs 8 - 9
              ` [PATCH v3] "

clean up kernel_{read,write} & friends v5
 2020-06-24 16:13 UTC  (15+ messages)
` [PATCH 01/14] cachefiles: switch to kernel_write
` [PATCH 02/14] autofs: "
` [PATCH 03/14] bpfilter: "
` [PATCH 04/14] fs: unexport __kernel_write
` [PATCH 05/14] fs: check FMODE_WRITE in __kernel_write
` [PATCH 06/14] fs: implement kernel_write using __kernel_write
` [PATCH 07/14] fs: remove __vfs_write
` [PATCH 08/14] fs: don't change the address limit for ->write_iter in __kernel_write
` [PATCH 09/14] fs: add a __kernel_read helper
` [PATCH 10/14] integrity/ima: switch to using __kernel_read
` [PATCH 11/14] fs: implement kernel_read "
` [PATCH 12/14] fs: remove __vfs_read
` [PATCH 13/14] fs: implement default_file_splice_read using __kernel_read
` [PATCH 14/14] fs: don't change the address limit for ->read_iter in __kernel_read

[PATCH v3 1/1] fs: move kernel_read_file* to its own include file
 2020-06-24  7:55 UTC  (2+ messages)

[PATCH] security: Fix hook iteration and default value for inode_copy_up_xattr
 2020-06-23 23:40 UTC  (2+ messages)

[PATCH v3] acpi: Extend TPM2 ACPI table with missing log fields
 2020-06-23 11:27 UTC  (10+ messages)

[PATCH] security: fix the key_permission LSM hook function type
 2020-06-22 17:38 UTC 

[RFC PATCH] security: Add a config option to disable security mitigations
 2020-06-22 12:32 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-06-22  9:40 UTC  (3+ messages)
` [PATCH bpf-next v2 2/4] bpf: Implement bpf_local_storage for inodes

[GIT PULL] SELinux fixes for v5.8 (#1)
 2020-06-21 22:45 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).