linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-17 17:43:16 to 2020-07-24 21:37:00 UTC [more...]

[PATCH v3 00/19] Introduce partial kernel_read_file() support
 2020-07-24 21:36 UTC  (4+ messages)
` [PATCH v3 03/19] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH v3 04/19] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v3 13/19] module: Call security_kernel_post_load_data()

[PATCH v19 09/23] LSM: Use lsmblob in security_task_getsecid
 2020-07-24 20:32 UTC  (5+ messages)
` [PATCH v19 10/23] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v19 11/23] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v19 12/23] IMA: Change internal interfaces to use lsmblobs
` [PATCH v19 14/23] LSM: Ensure the correct LSM context releaser

[PATCH v4 1/2] IMA: Fix policy readability check
 2020-07-24 20:15 UTC  (7+ messages)
` [PATCH v4 2/2] IMA: Add test for kexec cmdline measurement

[PATCH v3 ima-evm-utils] extend ima_measurement --pcrs option to support per-bank pcr files
 2020-07-24 19:44 UTC  (3+ messages)

[PATCH v7 0/7] Add support for O_MAYEXEC
 2020-07-24 19:06 UTC  (14+ messages)
` [PATCH v7 1/7] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH v7 2/7] exec: Move S_ISREG() check earlier
` [PATCH v7 3/7] exec: Move path_noexec() "
` [PATCH v7 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v7 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v7 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v7 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH v3 0/1] add sysfs exports for TPM 2 PCR registers
 2020-07-24  6:57 UTC  (3+ messages)
` [PATCH v3 1/1] tpm: add sysfs exports for all banks of "

[PATCH v3] IMA: Add test for kexec cmdline measurement
 2020-07-24  6:43 UTC  (4+ messages)

[GIT PULL] tpmdd update for Linux v5.9
 2020-07-24  6:42 UTC 

[PATCH ima-evm-utils] Drop empty NEWS file
 2020-07-24  5:28 UTC  (15+ messages)
                  ` [PATCH ima-evm-utils] release feature discussion [renamed from Drop empty NEWS file]

[PATCH v2 ima-evm-utils] extend ima_measurement --pcrs option to support per-bank pcr files
 2020-07-23 22:11 UTC  (2+ messages)

[PATCH] encrypted-keys: Replace HTTP links with HTTPS ones
 2020-07-23 18:53 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] evmctl: extend ima_measurement --pcrs option to support per-bank pcr files
 2020-07-23 15:05 UTC 

[PATCH 1/3] tpm: Put the TCPA table buf after using it
 2020-07-23  3:43 UTC  (3+ messages)

[PATCH v4 0/2] synquacer: add TPM support
 2020-07-23  2:36 UTC  (3+ messages)
` [PATCH v4 1/2] tpm: tis: add support for MMIO TPM on SynQuacer

[PATCH] tpm: avoid accessing cleared ops during shutdown
 2020-07-23  1:56 UTC  (8+ messages)

[PATCH] IMA: Add a test to verify importing a certificate into custom keyring
 2020-07-22 20:33 UTC  (2+ messages)

[PATCH v6 0/7] Add support for O_MAYEXEC
 2020-07-22 19:40 UTC  (7+ messages)
` [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC

[PATCH ima-evm-utils] Fix missing {u,g}id_t typedef on musl
 2020-07-22 19:32 UTC 

[PATCH v2] IMA: Add test for kexec cmdline measurement
 2020-07-22 18:34 UTC  (4+ messages)

[PATCH v2 0/1] add sysfs exports for TPM 2 PCR registers
 2020-07-22 15:29 UTC  (9+ messages)
` [PATCH v2 1/1] tpm: add sysfs exports for all banks of "

ima-evm-utils: version 1.3 released
 2020-07-22 15:12 UTC  (4+ messages)

[PATCH] IMA: Add test for kexec cmdline measurement
 2020-07-22 15:03 UTC  (3+ messages)

[PATCH ima-evm-utils v2] pcr_tss: Fix compilation for old compilers
 2020-07-22 11:08 UTC  (2+ messages)

[PATCH ima-evm-utils] pcr_tss: Fix compilation for old compilers
 2020-07-22 10:47 UTC 

[PATCH 00/13] Introduce partial kernel_read_file() support
 2020-07-21 21:50 UTC  (27+ messages)
` [PATCH 01/13] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH 02/13] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH 03/13] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH 04/13] fs/kernel_read_file: Split into separate include file
` [PATCH 05/13] fs/kernel_read_file: Split into separate source file
` [PATCH 06/13] fs/kernel_read_file: Remove redundant size argument
` [PATCH 07/13] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH 08/13] fs/kernel_read_file: Add file_size output argument
` [PATCH 09/13] LSM: Introduce kernel_post_load_data() hook
` [PATCH 10/13] firmware_loader: Use security_post_load_data()
` [PATCH 11/13] module: Call security_kernel_post_load_data()
` [PATCH 12/13] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH 13/13] fs/kernel_file_read: Add "offset" arg for partial reads

[PATCH v6] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-21 19:38 UTC  (7+ messages)

[PATCH 0/1] add sysfs exports for TPM 2 PCR registers
 2020-07-21 15:52 UTC  (6+ messages)
` [PATCH 1/1] tpm: add sysfs exports for all banks of "

[PATCH v3 00/12] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-07-20 21:38 UTC  (13+ messages)
` [PATCH v3 01/12] ima: Have the LSM free its audit rule
` [PATCH v3 06/12] ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid cond
` [PATCH v3 07/12] ima: Fail rule parsing when appraise_flag=blacklist is unsupportable

[PATCH v3 0/5] LSM: Measure security module state
 2020-07-20 18:59 UTC  (21+ messages)
` [PATCH v3 1/5] IMA: Add LSM_STATE func to measure LSM data
` [PATCH v3 2/5] IMA: Define an IMA hook "
` [PATCH v3 3/5] LSM: Add security_measure_data in lsm_info struct
` [PATCH v3 4/5] LSM: Define SELinux function to measure security state
  ` [RFC PATCH] LSM: security_read_selinux_policy() can be static
` [PATCH v3 5/5] LSM: Define workqueue for measuring security module state

[RFC PATCH v4 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-07-20 16:44 UTC  (17+ messages)
` [RFC PATCH v4 01/12] scripts: add ipe tooling to generate boot policy
` [RFC PATCH v4 02/12] security: add ipe lsm evaluation loop and audit system
` [RFC PATCH v4 03/12] security: add ipe lsm policy parser and policy loading
` [RFC PATCH v4 04/12] ipe: add property for trust of boot volume
` [RFC PATCH v4 05/12] fs: add security blob and hooks for block_device
` [RFC PATCH v4 06/12] dm-verity: move signature check after tree validation
` [RFC PATCH v4 07/12] dm-verity: add bdev_setsecurity hook for dm-verity signature
` [RFC PATCH v4 08/12] ipe: add property for signed dmverity volumes
` [RFC PATCH v4 09/12] dm-verity: add bdev_setsecurity hook for root-hash
` [RFC PATCH v4 10/12] ipe: add property for dmverity roothash
` [RFC PATCH v4 11/12] documentation: add ipe documentation
` [RFC PATCH v4 12/12] cleanup: uapi/linux/audit.h

[PATCH V3 0/6] Add support to carry forward the IMA measurement logs
 2020-07-20 15:34 UTC  (10+ messages)
` [PATCH V3 1/6] Refactoring powerpc code to be made available to other architectures
` [PATCH V3 2/6] Update remove_ima_buffer code to use functions from libfdt reducing wrappers functions
` [PATCH V3 3/6] Update function do_get_kexec_buffer to use of_* functions, and reducing wrapper functions
` [PATCH V3 4/6] Add support in arm64 to store the memory information of the IMA measurement log in the kimage used for kexec
` [PATCH V3 5/6] Update the Kconfig to support carrying forward the IMA Measurement log and and update the setup_dtb call to add the linux,ima-kexec-buffer property to the DTB
` [PATCH V3 6/6] Add the property used for carrying forward the IMA measurement logs and update the code to use the defined property string

[PATCH ima-evm-utils] Add sanity check for file parameter of ima_boot_aggregate
 2020-07-20 11:48 UTC  (4+ messages)

[PATCH 1/3] ima-evm-utils: similarly add sanity check for file parameter of TPM 1.2 PCRs
 2020-07-20  8:33 UTC  (7+ messages)
` [PATCH 2/3] ima-evm-utils: output specific "unknown keyid" file msg based on log level
` [PATCH 3/3] ima_evm_utils: indicate "--verify" template data digest failures


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