linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-01 15:43:04 to 2018-03-08 20:24:06 UTC [more...]

[PATCH v3 0/4] unverifiable file signatures
 2018-03-08 20:24 UTC 

[RFC PATCH 0/5] ima: namespacing IMA audit messages
 2018-03-08 20:19 UTC  (12+ messages)
` [RFC PATCH 1/5] ima: extend clone() with IMA namespace support

[PATCH] security: Fix IMA Kconfig for dependencies on ARM64
 2018-03-08 20:06 UTC  (11+ messages)

[PATCH] net: don't unnecessarily load kernel modules in dev_ioctl()
 2018-03-08 18:11 UTC  (8+ messages)

,Your urgent confirmation
 2018-03-08  7:03 UTC 

[RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions
 2018-03-08  6:23 UTC  (5+ messages)

[PATCH 0/8] LSM: Security module stacking
 2018-03-08  1:53 UTC  (8+ messages)
` [PATCH 1/8] procfs: add smack subdir to attrs
` [PATCH 2/8] LSM: Manage credential security blobs
` [PATCH 3/8] LSM: Manage file "
` [PATCH 4/8] LSM: Manage task "
` [PATCH 5/8] LSM: Manage remaining "
` [PATCH 6/8] LSM: General stacking
` [PATCH 7/8] LSM: Multiple security mount options

[RFC 0/5] add integrity and security to TPM2 transactions
 2018-03-07 23:33 UTC  (6+ messages)
` [RFC v2 1/5] tpm-buf: create new functions for handling TPM buffers
` [RFC v2 2/5] tpm2-sessions: Add full HMAC and encrypt/decrypt session handling
` [RFC v2 3/5] tpm2: add hmac checks to tpm2_pcr_extend()
` [RFC v2 4/5] tpm2: add session encryption protection to tpm2_get_random()
` [RFC v2 5/5] tpm2-sessions: NOT FOR COMMITTING add sessions testing

[PATCH v4 0/3] Safe, dynamically loadable LSM hooks
 2018-03-07 22:22 UTC  (11+ messages)
` [PATCH v4 1/3] security: Refactor LSM hooks into an array and enum
` [PATCH v4 2/3] security: Expose a mechanism to load lsm hooks dynamically at runtime
` [PATCH v4 3/3] security: Add an example sample dynamic LSM

[PATCH 1/3 RESEND] tpm: add longer timeouts for creation commands
 2018-03-07 18:24 UTC  (25+ messages)
` [PATCH 2/3] tpm: add new tpm2 commands according to TCG 1.36
` [PATCH 3/3] tpm_crb: use __le64 annotated variable for response buffer address

[PATCH 1/3] certs: define a trusted platform keyring
 2018-03-07 17:47 UTC  (3+ messages)

[RFC PATCH v18 0/7] mm: security: ro protection for dynamic data
 2018-03-07 17:44 UTC  (31+ messages)
` [PATCH 1/7] genalloc: track beginning of allocations
` [PATCH 2/7] genalloc: selftest
` [PATCH 3/7] struct page: add field for vm_struct
` [PATCH 4/7] Protectable Memory
` [PATCH 5/7] Pmalloc selftest
` [PATCH 6/7] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 7/7] Documentation for Pmalloc

[PATCH v3 00/15] extend initramfs archive format to support xattrs
 2018-03-07 17:26 UTC  (5+ messages)
` [PATCH v3 15/15] selinux: delay sid population for rootfs till init is complete

[PATCH 0/9] KEYS: Blacklisting & UEFI database load
 2018-03-07 15:28 UTC  (3+ messages)

[PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing
 2018-03-07  1:21 UTC  (6+ messages)

Linux 4.16 cap_sys_module
 2018-03-06 22:31 UTC  (2+ messages)

[PATCH] usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as_cred and security_task_kill
 2018-03-06 22:10 UTC  (6+ messages)
` [PATCH] usb,signal,security: "

[RFC PATCH v17 0/7] mm: security: ro protection for dynamic data
 2018-03-06 17:08 UTC  (6+ messages)
` [PATCH 5/7] Pmalloc selftest
` [PATCH 6/7] lkdtm: crash on overwriting protected pmalloc var

[PATCH v3 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-03-06 15:44 UTC  (9+ messages)
` [PATCH v3 1/5] tpm: fix intermittent failure with self tests
` [PATCH v3 2/5] tpm: migrate tpm2_shutdown() to use struct tpm_buf
` [PATCH v3 3/5] tpm: migrate tpm2_probe() "
` [PATCH v3 4/5] tpm: migrate tpm2_get_tpm_pt() "
` [PATCH v3 5/5] tpm: migrate tpm2_get_random() "

[PATCH 0/5 V2] tpm: timeouts revamp
 2018-03-06 15:19 UTC  (13+ messages)
` [PATCH 1/5 V2] tpm: sort objects in the Makefile
` [PATCH 2/5 V2] tpm: factor out tpm 1.2 duration calculation to tpm1-cmd.c
` [PATCH 3/5 V2] tpm2: add longer timeouts for creation commands
` [PATCH 4/5 V2] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH 5/5 V2] tmp: factor out tpm_get_timeouts

[PATCH 0/4] tpm: factor out tpm1 code into tpm1-cmd.c
 2018-03-06 13:56 UTC  (9+ messages)
` [PATCH 1/4] tmp: move tpm1_pcr_extend to tpm1-cmd.c
` [PATCH 2/4] tmp: move tpm_getcap "
` [PATCH 3/4] tmp: factor out tpm1_get_random into tpm1-cmd.c
` [PATCH 4/4] tpm: move tpm1 selftest code from tpm-interface tpm1-cmd.c

[PATCH 0/6] tpm: timeouts revamp
 2018-03-06 13:55 UTC  (14+ messages)
` [PATCH 1/6] tpm: sort objects in the Makefile
` [PATCH 2/6] tpm: factor out tpm 1.2 duration calculation to tpm1-cmd.c
` [PATCH 3/6] tpm2: add longer timeouts for creation commands
` [PATCH 4/6] tpm2: add new tpm2 commands according to TCG 1.36
` [PATCH 5/6] tmp: factor out tpm_get_timeouts
` [PATCH 6/6] tpm: tpm-interface: drop unused tpm_input_header headers

[PATCH V2] tpm_crb: use __le64 annotated variable for response buffer address
 2018-03-06 11:32 UTC  (2+ messages)

[PATCH 1/3] tpm: move TPM_POLL_SLEEP from tpm_tis_core.c to tpm.h
 2018-03-06 11:06 UTC  (13+ messages)
` [PATCH 2/3] tpm: reduce poll sleep time between send() and recv() in tpm_transmit()
` [RFC PATCH 3/3] tpm: tpm_msleep() with finer granularity improves performance

[PATCH 1/2] tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
 2018-03-05 18:12 UTC  (5+ messages)
` [PATCH 2/2] tpm: fix buffer type in tpm_transimt/_cmd

[PATCH 0/2 v3] tpm: fix locality and power saving handling
 2018-03-05 18:08 UTC  (5+ messages)
` [PATCH 2/2 v3] tpm: separate cmd_ready/go_idle from runtime_pm

[PATCH v7] tpm: cmd_ready command can be issued only after granting locality
 2018-03-05 18:07 UTC  (4+ messages)

[PATCH v2 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-03-05 14:39 UTC  (6+ messages)
` [PATCH v2 1/5] tpm: fix intermittent failure with self tests
` [PATCH v2 2/5] tpm: migrate tpm2_shutdown() to use struct tpm_buf
` [PATCH v2 3/5] tpm: migrate tpm2_probe() "
` [PATCH v2 4/5] tpm: migrate tpm2_get_tpm_pt() "
` [PATCH v2 5/5] tpm: migrate tpm2_get_random() "

[PATCH 1/2] tpm2-sessions: Add full HMAC and encrypt/decrypt session handling
 2018-03-05 11:50 UTC 

[PATCH 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-03-05 11:23 UTC  (7+ messages)
` [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests
` [PATCH 3/5] tpm: migrate tpm2_probe() to use struct tpm_buf

[PATCH 1/2 v6] tpm: cmd_ready command can be issued only after granting locality
 2018-03-05 10:42 UTC  (2+ messages)

[PATCH 00/30] security, efi: Add kernel lockdown
 2018-03-03  1:18 UTC  (2+ messages)

[PATCH] selinux: Fix ltp test connect-syscall failure
 2018-03-02 21:25 UTC  (3+ messages)

[PATCH v2 0/4] ima: unverifiable file signatures
 2018-03-02 21:10 UTC  (6+ messages)
` [PATCH v2 3/4] ima: fail signature verification based on policy


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