linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-11 01:57:31 to 2019-01-22 16:55:25 UTC [more...]

[PATCH v7 0/5] tpm: retrieve digest size of unknown algorithms from TPM
 2019-01-22 16:55 UTC  (19+ messages)
` [PATCH v7 1/5] tpm: dynamically allocate the allocated_banks array
` [PATCH v7 5/5] tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()

Kernel memory corruption in CIPSO labeled TCP packets processing
 2019-01-22 16:49 UTC  (8+ messages)

[PATCH v2 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-22 15:26 UTC  (21+ messages)
` [PATCH v2 1/3] LSM: Add new hook for generic node initialization
` [PATCH v2 3/3] kernfs: Initialize security of newly created nodes

Getting weird TPM error after rebasing my tree to security/next-general
 2019-01-22 13:29 UTC  (6+ messages)

[PATCH v2 0/5] Extend TPM PPI interface to support revision 1.3
 2019-01-22 12:10 UTC  (10+ messages)
` [PATCH v2 1/5] tpm: ppi: pass function revision ID to tpm_eval_dsm()
` [PATCH v2 2/5] tpm: ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1
` [PATCH v2 3/5] tpm: ppi: Display up to 101 operations as define for version 1.3
` [PATCH v2 4/5] tpm: ppi: Possibly show command parameter if TPM PPI 1.3 is used
` [PATCH v2 5/5] tpm: ppi: Enable submission of optional command parameter for PPI 1.3

[PATCH] apparmor: Adjust offset when accessing task blob
 2019-01-21  1:25 UTC 

evm_inode_init_security and module stacking
 2019-01-20 18:54 UTC  (5+ messages)

[PATCH] tomoyo: Swicth from cred->security to task_struct->security
 2019-01-19 14:11 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

INFO: rcu detected stall in rw_verify_area
 2019-01-19 12:53 UTC  (2+ messages)

[PATCH -next] LSM: Make some functions static
 2019-01-18 19:47 UTC  (4+ messages)

[PATCH] LSM: Make lsm_early_cred() and lsm_early_task() local functions
 2019-01-18 19:45 UTC  (3+ messages)

[PATCH,RESEND] selftests: add TPM 2.0 tests
 2019-01-18 15:01 UTC  (3+ messages)

[PATCH 0/5] Extend TPM PPI interface to support revision 1.3
 2019-01-18 15:00 UTC  (15+ messages)
` [PATCH 1/5] tpm: ppi: pass function revision ID to tpm_eval_dsm()
` [PATCH 2/5] tpm: ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_1
` [PATCH 3/5] tpm: ppi: Display up to 101 operations as define for version 1.3
` [PATCH 4/5] tpm: ppi: Possibly show command parameter if TPM PPI 1.3 is used
` [PATCH 5/5] tpm: ppi: Enable submission of optional command parameter for PPI 1.3

[PATCH 00/17] Merge text_poke fixes and executable lockdowns
 2019-01-18 13:32 UTC  (44+ messages)
` [PATCH 01/17] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH 02/17] x86/jump_label: Use text_poke_early() during early init
` [PATCH 03/17] x86/mm: temporary mm struct
` [PATCH 04/17] fork: provide a function for copying init_mm
` [PATCH 05/17] x86/alternative: initializing temporary mm for patching
` [PATCH 06/17] x86/alternative: use temporary mm for text poking
` [PATCH 07/17] x86/kgdb: avoid redundant comparison of patched code
` [PATCH 08/17] x86/ftrace: set trampoline pages as executable
` [PATCH 09/17] x86/kprobes: Instruction pages initialization enhancements
` [PATCH 10/17] x86: avoid W^X being broken during modules loading
` [PATCH 11/17] x86/jump-label: remove support for custom poker
` [PATCH 12/17] x86/alternative: Remove the return value of text_poke_*()
` [PATCH 13/17] Add set_alias_ function and x86 implementation
` [PATCH 14/17] mm: Make hibernate handle unmapped pages
` [PATCH 15/17] vmalloc: New flags for safe vfree on special perms
` [PATCH 16/17] Plug in new special vfree flag
` [PATCH 17/17] module: Prevent module removal racing with text_poke()

[PATCH 0/3] Allow initializing the kernfs node's secctx based on its parent
 2019-01-17 20:35 UTC  (16+ messages)
` [PATCH 2/3] selinux: Implement the object_init_security hook
` [PATCH 3/3] kernfs: Initialize security of newly created nodes

[GIT PULL] Security subsystem fixes for v5.0-rc3
 2019-01-17  8:35 UTC  (2+ messages)

[PATCH -next] evm: CHECK-remove set but not used variable 'xattr'
 2019-01-17  8:21 UTC  (3+ messages)
` [PATCH -next] evm: remove "

WARNING in apparmor_cred_free
 2019-01-17  0:19 UTC  (13+ messages)

[PATCH] security/apparmor/domain: use PTR_ERR_OR_ZERO
 2019-01-16 22:31 UTC  (2+ messages)

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

[PATCH] Yama: Check for pid death before checking ancestry
 2019-01-16 20:02 UTC  (3+ messages)

KASAN: use-after-free Read in task_is_descendant
 2019-01-16 17:40 UTC  (11+ messages)
              ` yama: unsafe usage of ptrace_relation->tracer

[PATCH] LSM: add SafeSetID module that gates setid calls
 2019-01-16 16:10 UTC  (16+ messages)
` [PATCH v2] "
    ` [PATCH v3 1/2] LSM: mark all set*uid call sites in kernel/sys.c
    ` [PATCH v3 2/2] LSM: add SafeSetID module that gates setid calls
        ` [PATCH v4 "
            ` [PATCH v5 "

[GIT PULL] SELinux fixes for v5.0 (#1)
 2019-01-16  6:00 UTC  (2+ messages)

[PATCH -next] LSM: Make some functions static
 2019-01-16  5:45 UTC  (2+ messages)

[PATCH] capabilities:: annotate implicit fall through
 2019-01-14 21:15 UTC  (2+ messages)

[PATCH 1/3] security: keys: annotate implicit fall through
 2019-01-14 20:17 UTC  (3+ messages)
` [PATCH 2/3] security: keys: annotate implicit fall throughs
` [PATCH 3/3] "

[GIT PULL] blob-stacking updates for security-next
 2019-01-11 17:44 UTC  (4+ messages)

[GIT PULL] seccomp: build fix for v5.0-rc2
 2019-01-11  7:09 UTC  (5+ 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).