linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-13 22:04:19 to 2018-09-20 16:23:26 UTC [more...]

[PATCH security-next v2 00/26] LSM: Explict LSM ordering
 2018-09-20 16:23 UTC  (15+ messages)
` [PATCH security-next v2 01/26] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v2 02/26] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v2 03/26] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v2 04/26] LSM: Remove initcall tracing
` [PATCH security-next v2 05/26] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v2 06/26] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v2 07/26] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v2 08/26] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v2 09/26] LSM: Provide init debugging infrastructure
` [PATCH security-next v2 10/26] LSM: Don't ignore initialization failures
` [PATCH security-next v2 11/26] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v2 12/26] LSM: Provide separate ordered initialization
` [PATCH security-next v2 13/26] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v2 14/26] LSM: Lift LSM selection out of individual LSMs

[PATCH] netfilter: nf_tables: add SECMARK support
 2018-09-20 15:23 UTC  (8+ messages)

[PATCH v3 00/16] LSM: Module stacking in support of SARA and Landlock
 2018-09-20 15:20 UTC  (19+ messages)
` [PATCH v3 01/16] procfs: add smack subdir to attrs
` [PATCH v3 02/16] Smack: Abstract use of cred security blob
` [PATCH v3 03/16] SELinux: "
` [PATCH v3 04/16] SELinux: Remove cred security blob poisoning
` [PATCH v3 05/16] SELinux: Remove unused selinux_is_enabled
` [PATCH v3 06/16] AppArmor: Abstract use of cred security blob
` [PATCH v3 07/16] TOMOYO: "
` [PATCH v3 08/16] LSM: Infrastructure management of the "
` [PATCH v3 09/16] SELinux: Abstract use of file "
` [PATCH v3 10/16] LSM: Infrastructure management of the "
` [PATCH v3 11/16] SELinux: Abstract use of inode "
` [PATCH v3 12/16] Smack: "
` [PATCH v3 13/16] LSM: Infrastructure management of the inode security
` [PATCH v3 14/16] LSM: Infrastructure management of the task security blob
` [PATCH v3 15/16] LSM: Infrastructure management of the ipc "
` [PATCH v3 16/16] LSM: Blob sharing support for S.A.R.A and LandLock

[PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops
 2018-09-20  7:26 UTC  (16+ messages)

FYI: email change
 2018-09-19 15:55 UTC 

[PATCH v3 00/20] tpm: separate tpm 1.x and tpm 2.x commands
 2018-09-19 15:24 UTC  (43+ messages)
` [PATCH v3 01/20] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH v3 02/20] tpm: sort objects in the Makefile
` [PATCH v3 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
` [PATCH v3 04/20] tpm: add tpm_calc_ordinal_duration wrapper
` [PATCH v3 05/20] tpm: factor out tpm_get_timeouts
` [PATCH v3 06/20] tpm: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH v3 07/20] tpm: move tpm_getcap "
` [PATCH v3 08/20] tpm: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH v3 09/20] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c
` [PATCH v3 10/20] tpm: factor out tpm1 pm suspend flow into tpm1-cmd.c
` [PATCH v3 11/20] tpm: factor out tpm_startup function
` [PATCH v3 12/20] tpm: move pcr extend code to tpm2-cmd.c
` [PATCH v3 13/20] tpm: add tpm_auto_startup into tpm-interface
` [PATCH v3 14/20] tpm: tpm-interface.c drop unused macros
` [PATCH v3 15/20] tpm: tpm-space.c remove unneeded semicolon
` [PATCH v3 16/20] tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
` [PATCH v3 17/20] tpm1: implement tpm1_pcr_read_dev() "
` [PATCH v3 18/20] tpm: use u32 instead of int for pcr index
` [PATCH v3 19/20] tpm1: reimplement SAVESTATE using tpm_buf
` [PATCH v3 20/20] tpm1: reimplement tpm1_continue_selftest() "

[PATCH v3 0/6] Add support for architecture specific IMA policies
 2018-09-19  7:55 UTC  (7+ messages)
` [PATCH v3 1/6] x86/ima: define arch_ima_get_secureboot
` [PATCH v3 2/6] ima: prevent kexec_load syscall based on runtime secureboot flag
` [PATCH v3 3/6] ima: refactor ima_init_policy()
` [PATCH v3 4/6] ima: add support for arch specific policies
` [PATCH v3 5/6] ima: add support for external setting of ima_appraise
` [PATCH v3 6/6] x86/ima: define arch_get_ima_policy() for x86

Hello Friend
 2018-09-19  6:01 UTC 

[PATCH v2 3/3] tpm: retrieve digest size of unknown algorithms with PCR read
 2018-09-18 18:54 UTC  (4+ messages)

[PATCH v2 00/10] LSM: Module stacking in support of S.A.R.A and Landlock
 2018-09-18 15:23 UTC  (34+ messages)
` [PATCH 10/10] LSM: Blob sharing support for S.A.R.A and LandLock

[PATCH 00/18] LSM: Prepare for explict LSM ordering
 2018-09-18  1:08 UTC  (49+ messages)
` [PATCH 01/18] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH 02/18] LSM: Rename .security_initcall section to .lsm_info
` [PATCH 03/18] LSM: Remove initcall tracing
` [PATCH 04/18] LSM: Convert from initcall to struct lsm_info
` [PATCH 05/18] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH 06/18] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH 07/18] LSM: Add minor LSM initialization loop
` [PATCH 08/18] integrity: Initialize as LSM_TYPE_MINOR
` [PATCH 09/18] LSM: Record LSM name in struct lsm_info
` [PATCH 10/18] LSM: Plumb visibility into optional "enabled" state
` [PATCH 11/18] LSM: Lift LSM selection out of individual LSMs
` [PATCH 12/18] LSM: Introduce ordering details in struct lsm_info
` [PATCH 13/18] LoadPin: Initialize as LSM_TYPE_MINOR
` [PATCH 14/18] Yama: "
` [PATCH 15/18] capability: "
` [PATCH 16/18] LSM: Allow arbitrary LSM ordering
` [PATCH 17/18] LSM: Provide init debugging
` [PATCH 18/18] LSM: Don't ignore initialization failures

[RFC 00/12] Multi-Key Total Memory Encryption API (MKTME)
 2018-09-17 22:34 UTC  (6+ messages)
` [RFC 11/12] keys/mktme: Add a new key service type for memory encryption keys

[PATCH v6 0/2] tpm: add support for nonblocking operation
 2018-09-17 21:27 UTC  (5+ messages)

[PATCH v2, RESEND 0/3] tpm: retrieve digest size of unknown algorithms from TPM
 2018-09-17  9:38 UTC  (4+ messages)
` [PATCH v2, RESEND 1/3] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v2, RESEND 2/3] tpm: modify tpm_pcr_read() definition to pass TPM hash algorithms
` [PATCH v2, RESEND 3/3] tpm: retrieve digest size of unknown algorithms with PCR read

[PATCH v2 0/6] Add support for architecture specific IMA policies
 2018-09-14 13:50 UTC  (8+ messages)
` [PATCH v2 1/6] ima: define arch_ima_get_secureboot
` [PATCH v2 2/6] ima: prevent kexec_load syscall based on runtime secureboot flag
` [PATCH v2 3/6] ima: refactor ima_init_policy()
` [PATCH v2 4/6] ima: add support for arch specific policies
` [PATCH v2 5/6] ima: add support for external setting of ima_appraise
` [PATCH v2 6/6] x86/ima: define arch_get_ima_policy() for x86


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