linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-01 10:11:40 to 2019-02-07 10:58:33 UTC [more...]

[PATCH v10 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2019-02-07 10:58 UTC  (15+ messages)
` [PATCH v10 1/6] tpm: dynamically allocate the allocated_banks array
` [PATCH v10 2/6] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v10 3/6] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v10 4/6] tpm: move tpm_chip definition to include/linux/tpm.h
` [PATCH v10 5/6] KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()
` [PATCH v10 6/6] tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()

WARNING in apparmor_secid_to_secctx
 2019-02-07  2:30 UTC  (26+ messages)
                                      ` [PATCH] LSM: Allow syzbot to ignore security= parameter

[PATCH] security: keys: add NULL checking for key->type->instantiate
 2019-02-06 22:26 UTC  (2+ messages)

[PATCH v5 2/2] LSM: add SafeSetID module that gates setid calls
 2019-02-06 19:26 UTC  (3+ messages)
` [PATCH] LSM: SafeSetID: add selftest

New LSM hooks
 2019-02-06 18:18 UTC  (17+ messages)

[PATCH 00/17] Merge text_poke fixes and executable lockdowns
 2019-02-06 17:41 UTC  (7+ messages)
` [PATCH 08/17] x86/ftrace: set trampoline pages as executable
` [PATCH 16/17] Plug in new special vfree flag

[PATCH v10, RESEND 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2019-02-06 16:24 UTC  (7+ messages)
` [PATCH v10, RESEND 1/6] tpm: dynamically allocate the allocated_banks array
` [PATCH v10, RESEND 2/6] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v10, RESEND 3/6] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v10, RESEND 4/6] tpm: move tpm_chip definition to include/linux/tpm.h
` [PATCH v10, RESEND 5/6] KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()
` [PATCH v10, RESEND 6/6] tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()

[PATCH v3] tpm/tpm_crb: Avoid unaligned reads in crb_recv()
 2019-02-06 13:20 UTC  (8+ messages)

[PATCH v4] tpm: remove @flags from tpm_transmit()
 2019-02-06 12:08 UTC  (2+ messages)

[PATCH v11 00/16] Remove nested TPM operations
 2019-02-06 12:06 UTC  (18+ messages)
` [PATCH v11 01/16] tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
` [PATCH v11 02/16] tpm: fix invalid return value in pubek_show()
` [PATCH v11 03/16] tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
` [PATCH v11 04/16] tpm: print tpm2_commit_space() error inside tpm2_commit_space()
` [PATCH v11 05/16] tpm: declare struct tpm_header
` [PATCH v11 06/16] tpm: access command header through struct in tpm_try_transmit()
` [PATCH v11 07/16] tpm: encapsulate tpm_dev_transmit()
` [PATCH v11 08/16] tpm: clean up tpm_try_transmit() error handling flow
` [PATCH v11 09/16] tpm: move tpm_validate_commmand() to tpm2-space.c
` [PATCH v11 10/16] tpm: move TPM space code out of tpm_transmit()
` [PATCH v11 11/16] tpm: remove @space from tpm_transmit()
` [PATCH v11 12/16] tpm: use tpm_try_get_ops() in tpm-sysfs.c
` [PATCH v11 13/16] tpm: remove TPM_TRANSMIT_UNLOCKED flag
` [PATCH v11 14/16] tpm: introduce tpm_chip_start() and tpm_chip_stop()
` [PATCH v11 15/16] tpm: take TPM chip power gating out of tpm_transmit()
` [PATCH v11 16/16] tpm: remove @flags from tpm_transmit()

[PATCH] ima: requiring signed kernel modules
 2019-02-05 23:13 UTC  (13+ messages)
` [PATCH] x86/ima: require "

[PATCH v2] tpm/st33zp24: Fix the name collisions in tpm_st33zp24_spi and tpm_i2c_infineon
 2019-02-05 20:59 UTC  (10+ messages)

[PATCH v3] selftests: add TPM 2.0 tests
 2019-02-05 20:57 UTC  (6+ messages)

[PATCH 1/2] selftests: tpm2: Open tpm dev in unbuffered mode
 2019-02-05 20:28 UTC  (2+ messages)
` [PATCH 2/2] selftests: tpm2: Extend tests to cover partial reads

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-05 17:54 UTC  (17+ messages)
` [PATCH v2 03/20] x86/mm: temporary mm struct
` [PATCH v2 04/20] fork: provide a function for copying init_mm
` [PATCH v2 05/20] x86/alternative: initializing temporary mm for patching
` [PATCH v2 06/20] x86/alternative: use temporary mm for text poking

[PATCH v5 0/5] Allow initializing the kernfs node's secctx based on its parent
 2019-02-05 14:42 UTC  (8+ messages)
` [PATCH v5 1/5] selinux: try security xattr after genfs for kernfs filesystems
` [PATCH v5 2/5] kernfs: use simple_xattrs for security attributes
` [PATCH v5 3/5] LSM: add new hook for kernfs node initialization
` [PATCH v5 4/5] selinux: implement the kernfs_init_security hook
` [PATCH v5 5/5] kernfs: initialize security of newly created nodes

[PATCH v4 0/5] Allow initializing the kernfs node's secctx based on its parent
 2019-02-05 11:10 UTC  (10+ messages)
` [PATCH v4 1/5] selinux: try security xattr after genfs for kernfs filesystems
` [PATCH v4 2/5] kernfs: use simple_xattrs for security attributes
` [PATCH v4 3/5] LSM: add new hook for kernfs node initialization
` [PATCH v4 4/5] selinux: implement the kernfs_init_security hook
` [PATCH v4 5/5] kernfs: initialize security of newly created nodes

[PATCH] tpm/tpm_crb: Avoid unaligned reads in crb_recv():
 2019-02-05 10:49 UTC  (10+ messages)

[PATCH v9 0/6] tpm: retrieve digest size of unknown algorithms from TPM
 2019-02-05 10:02 UTC  (25+ messages)
` [PATCH v9 1/6] tpm: dynamically allocate the allocated_banks array
` [PATCH v9 2/6] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v9 3/6] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v9 4/6] tpm: move tpm_chip definition to include/linux/tpm.h
` [PATCH v9 5/6] KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()
` [PATCH v9 6/6] tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()

[PATCH v3] tpm: Fix some name collisions with drivers/char/tpm.h
 2019-02-05  9:14 UTC 

[PATCH v2] tpm/tpm_crb: Avoid unaligned reads in crb_recv()
 2019-02-04 23:24 UTC  (5+ messages)

[PATCH 0/3] selftest/ima: add kexec_file_load test
 2019-02-04 13:49 UTC  (8+ messages)
` [PATCH 1/3] selftest/ima: cleanup the kexec selftest
` [PATCH 2/3] scripts/ima: define a set of common functions
` [PATCH 3/3] selftests/ima: kexec_file_load syscall test

[PATCH] tpm/st33zp24: Fix name collision with TPM_BUFSIZE
 2019-02-04 12:06 UTC  (3+ messages)

[PATCH] selftests: add TPM 2.0 tests
 2019-02-04 12:01 UTC  (3+ messages)

Getting weird TPM error after rebasing my tree to security/next-general
 2019-02-04 11:58 UTC  (19+ messages)

[PATCH v3 0/5] Allow initializing the kernfs node's secctx based on its parent
 2019-02-04  9:48 UTC  (6+ messages)
` [PATCH v3 5/5] kernfs: initialize security of newly created nodes

Do the work
 2019-02-02 12:29 UTC 

Message
 2019-02-02  3:58 UTC 

Basic all-cap/all-lower case question on Environment variables
 2019-02-02  4:18 UTC  (2+ messages)

[PATCH] security: mark expected switch fall-throughs
 2019-02-01 23:28 UTC  (9+ messages)

[PATCH ghak107 V1] audit: remove unused actx param from audit_rule_match
 2019-02-01 13:14 UTC  (3+ 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).