linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 19:23:09 to 2020-11-24 23:47:00 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-24 23:46 UTC  (46+ messages)
` [PATCH 010/141] ima: "
` [PATCH 131/141] tpm: "
                  ` [Intel-wired-lan] [PATCH 000/141] "

[PATCH] tpm_tis: Disable interrupts on ThinkPad T490s
 2020-11-24 21:45 UTC  (12+ messages)

[PATCH] tpm: ibmvtpm: fix error return code in tpm_ibmvtpm_probe()
 2020-11-24 14:28 UTC  (2+ messages)

[PATCH v2 00/39] fs: idmapped mounts
 2020-11-24 13:59 UTC  (58+ messages)
` [PATCH v2 01/39] namespace: take lock_mount_hash() directly when changing flags
` [PATCH v2 02/39] mount: make {lock,unlock}_mount_hash() static
` [PATCH v2 03/39] namespace: only take read lock in do_reconfigure_mnt()
` [PATCH v2 04/39] fs: add mount_setattr()
` [PATCH v2 05/39] tests: add mount_setattr() selftests
` [PATCH v2 06/39] fs: add id translation helpers
` [PATCH v2 07/39] mount: attach mappings to mounts
` [PATCH v2 08/39] capability: handle idmapped mounts
` [PATCH v2 09/39] namei: add idmapped mount aware permission helpers
` [PATCH v2 10/39] inode: add idmapped mount aware init and "
` [PATCH v2 11/39] attr: handle idmapped mounts
` [PATCH v2 12/39] acl: "
` [PATCH v2 13/39] xattr: "
` [PATCH v2 14/39] commoncap: "
` [PATCH v2 15/39] stat: "
` [PATCH v2 16/39] namei: handle idmapped mounts in may_*() helpers
` [PATCH v2 17/39] namei: introduce struct renamedata
` [PATCH v2 18/39] namei: prepare for idmapped mounts
` [PATCH v2 19/39] open: handle idmapped mounts in do_truncate()
` [PATCH v2 20/39] open: handle idmapped mounts
` [PATCH v2 21/39] af_unix: "
` [PATCH v2 22/39] utimes: "
` [PATCH v2 23/39] fcntl: "
` [PATCH v2 24/39] notify: "
` [PATCH v2 25/39] init: "
` [PATCH v2 26/39] ioctl: "
` [PATCH v2 27/39] would_dump: "
` [PATCH v2 28/39] exec: "
` [PATCH v2 30/39] apparmor: "
` [PATCH v2 31/39] audit: "
` [PATCH v2 32/39] ima: "
` [PATCH v2 33/39] fat: "
` [PATCH v2 34/39] ext4: support "
` [PATCH v2 35/39] ecryptfs: do not mount on top of "
` [PATCH v2 36/39] overlayfs: "
` [PATCH v2 37/39] fs: introduce MOUNT_ATTR_IDMAP
` [PATCH v2 38/39] selftests: add idmapped mounts xattr selftest
  ` [PATCH v2 39/39] tests: add vfs/idmapped mounts test suite

[PATCH v2] char: tpm: add i2c driver for cr50
 2020-11-24 13:14 UTC  (6+ messages)

[PATCH v8 0/4] Introduce TEE based Trusted Keys support
 2020-11-24  3:46 UTC  (7+ messages)
` [PATCH v8 1/4] KEYS: trusted: Add generic trusted keys framework
` [PATCH v8 2/4] KEYS: trusted: Introduce TEE based Trusted Keys
` [PATCH v8 4/4] MAINTAINERS: Add myself as Trusted Keys co-maintainer

[PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
 2020-11-23 19:49 UTC  (21+ messages)
` [PATCH v6 1/8] IMA: generalize keyring specific measurement constructs
` [PATCH v6 2/8] IMA: add support to measure buffer data hash
` [PATCH v6 3/8] IMA: define a hook to measure kernel integrity critical data
` [PATCH v6 4/8] IMA: add policy rule to measure "
` [PATCH v6 5/8] IMA: extend policy to add data sources as a critical data measurement constraint
` [PATCH v6 6/8] IMA: add support to critical data hook to limit data sources for measurement
` [PATCH v6 7/8] IMA: add a built-in policy rule for critical data measurement
` [PATCH v6 8/8] selinux: measure state and hash of the policy using IMA

[PATCH v9 0/8] Carry forward IMA measurement log on kexec on ARM64
 2020-11-21 19:47 UTC  (8+ messages)
` [PATCH v9 2/8] powerpc: Move delete_fdt_mem_rsv() to drivers/of
` [PATCH v9 3/8] ima: Define get_ima_kexec_buffer() in drivers/of
` [PATCH v9 5/8] powerpc: Move remove_ima_buffer() to drivers/of
` [PATCH v9 6/8] powerpc: Move ima_get_kexec_buffer() and ima_free_kexec_buffer() to ima

[PATCH v23 03/23] LSM: Use lsmblob in security_audit_rule_match
 2020-11-20 20:14 UTC  (6+ messages)
` [PATCH v23 08/23] LSM: Use lsmblob in security_task_getsecid
` [PATCH v23 09/23] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v23 10/23] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v23 11/23] IMA: Change internal interfaces to use lsmblobs
` [PATCH v23 13/23] LSM: Ensure the correct LSM context releaser

[PATCH v1 0/9] Enable root to update the blacklist keyring
 2020-11-20 18:04 UTC  (10+ messages)
` [PATCH v1 1/9] certs: Fix blacklisted hexadecimal hash string check
` [PATCH v1 2/9] certs: Make blacklist_vet_description() more strict
` [PATCH v1 3/9] certs: Factor out the blacklist hash creation
` [PATCH v1 4/9] certs: Check that builtin blacklist hashes are valid
` [PATCH v1 5/9] PKCS#7: Fix missing include
` [PATCH v1 6/9] certs: Fix blacklist flag type confusion
` [PATCH v1 7/9] certs: Allow root user to append signed hashes to the blacklist keyring
` [PATCH v1 8/9] certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
` [PATCH v1 9/9] tools/certs: Add print-cert-tbs-hash.sh

Re: [PATCH v3 1/2] tpm_tis_core: add optional max xfer size check
 2020-11-20 15:15 UTC  (2+ messages)

[RESEND][PATCH] ima: Set and clear FMODE_CAN_READ in ima_calc_file_hash()
 2020-11-20 12:52 UTC  (20+ messages)

[PATCH] Fix Atmel TPM crash caused by too frequent queries
 2020-11-18 23:23 UTC  (15+ messages)

[PATCH v3 08/11] evm: Allow setxattr() and setattr() for unmodified metadata
 2020-11-18 17:58 UTC  (2+ messages)

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

[PATCH v2 13/13] security/integrity/ima: converts stats to seqnum_ops
 2020-11-14 16:11 UTC  (2+ messages)

[PATCH v4 0/3] wire up IMA secure boot for arm64
 2020-11-14 12:18 UTC  (3+ messages)
` [PATCH v4 3/3] arm64/ima: add ima_arch support


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