Linux-Integrity Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-28 21:27:23 to 2024-02-08 03:18:58 UTC [more...]

[PATCH v9 25/25] integrity: Remove LSM
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 23/25] evm: Make it independent from 'integrity' LSM
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 22/25] evm: Move to LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 20/25] ima: Move to LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 17/25] security: Introduce inode_post_remove_acl hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 18/25] security: Introduce key_post_create_or_update hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 16/25] security: Introduce inode_post_set_acl hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 14/25] security: Introduce path_post_mknod hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 12/25] security: Introduce file_post_open hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 13/25] security: Introduce file_release hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 11/25] security: Introduce inode_post_removexattr hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 10/25] security: Introduce inode_post_setattr hook
 2024-02-08  3:18 UTC  (2+ messages)

[PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 8/25] "

[PATCH v9 09/25] security: Align inode_setattr hook definition with EVM
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 9/25] "

[PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 7/25] "

[PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 6/25] "

[PATCH v9 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 4/25] "

[PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 5/25] "

[PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 3/25] "

[PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 2/25] "

[PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 1/25] "

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-08  3:18 UTC  (2+ messages)
` [PATCH v9 0/25] "

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-02-07 21:46 UTC  (23+ messages)
` [RFC PATCH v2 1/4] tsm: Runtime measurement register support
` [RFC PATCH v2 2/4] tsm: Add RTMRs to the configfs-tsm hierarchy
` [RFC PATCH v2 3/4] tsm: Map RTMRs to TCG TPM PCRs
` [RFC PATCH v2 4/4] tsm: Allow for extending and reading configured RTMRs

[PATCH v3 00/32] spi: get rid of some legacy macros
 2024-02-07 18:40 UTC  (2+ messages)
` [PATCH v3 26/32] tpm_tis_spi: Follow renaming of SPI "master" to "controller"

[PATCH v2 0/9] evm: Support signatures on stacked filesystem
 2024-02-07  5:04 UTC  (20+ messages)
` [PATCH v2 1/9] ima: Rename backing_inode to real_inode
` [PATCH v2 2/9] security: allow finer granularity in permitting copy-up of security xattrs
` [PATCH v2 3/9] evm: Implement per signature type decision in security_inode_copy_up_xattr
` [PATCH v2 4/9] ima: Reset EVM status upon detecting changes to the real file
` [PATCH v2 5/9] evm: Use the inode holding the metadata to calculate metadata hash
` [PATCH v2 6/9] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
` [PATCH v2 7/9] fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
` [PATCH v2 8/9] evm: Rename is_unsupported_fs to is_unsupported_hmac_fs
` [PATCH v2 9/9] ima: Record i_version of real_inode for change detection

[RFC PATCH v12 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-02-06 21:53 UTC  (37+ messages)
` [RFC PATCH v12 01/20] security: add ipe lsm
` [RFC PATCH v12 02/20] ipe: add policy parser
` [RFC PATCH v12 03/20] ipe: add evaluation loop
` [RFC PATCH v12 04/20] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v12 05/20] initramfs|security: Add security hook to initramfs unpack
  ` [PATCH RFC v12 5/20] "
` [RFC PATCH v12 06/20] ipe: introduce 'boot_verified' as a trust provider
  ` [PATCH RFC v12 6/20] "
` [RFC PATCH v12 07/20] security: add new securityfs delete function
` [RFC PATCH v12 08/20] ipe: add userspace interface
  ` [PATCH RFC v12 8/20] "
` [RFC PATCH v12 09/20] uapi|audit|ipe: add ipe auditing support
  ` [PATCH RFC v12 9/20] "
` [RFC PATCH v12 10/20] ipe: add permissive toggle
  ` [PATCH RFC "
` [RFC PATCH v12 11/20] block|security: add LSM blob to block_device
` [RFC PATCH v12 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v12 13/20] dm: add finalize hook to target_type
` [RFC PATCH v12 14/20] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v12 15/20] ipe: add support for dm-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v12 16/20] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v12 17/20] ipe: enable support for fs-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v12 18/20] scripts: add boot policy generation program
` [RFC PATCH v12 19/20] ipe: kunit test for parser
` [RFC PATCH v12 20/20] documentation: add ipe documentation

[PATCH 0/2] Decomplicate file_dentry()
 2024-02-06 16:02 UTC  (17+ messages)
` [PATCH 1/2] fs: make file_dentry() a simple accessor
` [PATCH 2/2] fs: remove the inode argument to ->d_real() method

[PATCH v1 ima-evm-utils 0/6] Deprecate sign_hash and add provider support
 2024-02-05 14:15 UTC  (7+ messages)
` [PATCH v1 ima-evm-utils 1/6] headers: Remove usage of CONFIG_IMA_EVM_ENGINE from public header
` [PATCH v1 ima-evm-utils 2/6] Pass ENGINE and keyid through to function using them
` [PATCH v1 ima-evm-utils 3/6] evmctl: Replace deprecated sign_hash with imaevm_signhash
` [PATCH v1 ima-evm-utils 4/6] Add support for OpenSSL provider to the library and evmctl
` [PATCH v1 ima-evm-utils 5/6] tests: Add pkcs11 test using provider
` [PATCH v1 ima-evm-utils 6/6] ci: Install pkcs11-provider where available

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-05  8:39 UTC  (2+ messages)

[ANNOUNCE] CFP: Linux Security Summit Europe 2024
 2024-02-05  7:45 UTC 

[PATCH 0/5] evm: Support signatures on stacked filesystem
 2024-02-02 16:30 UTC  (39+ messages)
` [PATCH 1/5] security: allow finer granularity in permitting copy-up of security xattrs
` [PATCH 2/5] evm: Implement per signature type decision in security_inode_copy_up_xattr
` [PATCH 3/5] ima: Reset EVM status upon detecting changes to overlay backing file
` [PATCH 4/5] evm: Use the real inode's metadata to calculate metadata hash
` [PATCH 5/5] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509

[PATCH v2 0/1] Add more compatibility strings to tpm-tis-i2c
 2024-02-02 15:15 UTC  (3+ messages)
` [PATCH v2 1/1] tpm: tis-i2c: Add more compatible strings

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-02 12:58 UTC  (2+ messages)

[PATCH 1/3] tpm: protect against locality counter underflow
 2024-02-02  3:08 UTC  (7+ messages)
` [PATCH 2/3] tpm: ensure tpm is in known state at startup
` [PATCH 3/3] tpm: make locality request return value consistent

[PATCH] tpm: make locality handling resilient
 2024-02-02  2:52 UTC  (5+ messages)

[PATCH] tpm,tpm_tis: Avoid warning splat at shutdown
 2024-02-02  1:13 UTC  (5+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-02  0:05 UTC  (13+ messages)

tpm_tis_remove: `WARNING: CPU: 6 PID: 265 at kernel/workqueue.c:3397 __flush_work.isra.0+0x29f/0x2c0`
 2024-02-01 23:02 UTC  (2+ messages)

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-02-01 21:47 UTC  (4+ messages)

[PATCH v7 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-01-31 19:40 UTC  (4+ messages)
` [PATCH v7 02/13] Documentation/x86: Secure Launch kernel documentation

[PATCH v2 0/3] tpm: make locality handling resilient
 2024-01-31 17:19 UTC 

(no subject)
 2024-01-31 17:16 UTC 

[PATCH] MAINTAINERS: Add TPM DT bindings to TPM maintainers
 2024-01-30 21:59 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).