linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-21 16:20:51 to 2018-03-03 01:18:01 UTC [more...]

[PATCH 08a/30] kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
 2018-03-03  1:18 UTC  (16+ messages)
    ` [PATCH 00/30] security, efi: Add kernel lockdown
      ` [PATCH 08/30] kexec_file: Restrict at runtime if the kernel is locked down
      ` [PATCH 04/30] Enforce module signatures "

[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  (14+ messages)
` [PATCH v2 1/4] ima: fail file signature verification on non-init mounted filesystems
` [PATCH v2 2/4] ima: re-evaluate files on privileged "
` [PATCH v2 3/4] ima: fail signature verification based on policy
` [PATCH v2 4/4] fuse: define the filesystem as untrusted

[RFC PATCH v18 0/7] mm: security: ro protection for dynamic data
 2018-03-02 16:47 UTC  (10+ 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 1/3] tpm: move TPM_POLL_SLEEP from tpm_tis_core.c to tpm.h
 2018-03-02  8:13 UTC  (9+ 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

[RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions
 2018-03-02  3:57 UTC  (3+ messages)

[PATCH 0/5] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-03-01 22:10 UTC  (10+ messages)
` [PATCH 1/5] tpm: Trigger only missing TPM 2.0 self tests
` [PATCH 2/5] tpm: migrate tpm2_shutdown() to use struct tpm_buf
` [PATCH 3/5] tpm: migrate tpm2_probe() "
` [PATCH 4/5] tpm: migrate tpm2_get_tpm_pt() "
` [PATCH 5/5] tpm: migrate tpm2_get_random() "

[PATCH 1/2 v6] tpm: cmd_ready command can be issued only after granting locality
 2018-03-01 21:08 UTC 

linux-next: UEFI Secure boot lockdown patchset
 2018-03-01 11:24 UTC  (3+ messages)

[RFC v2 2/2] WhiteEgret: Add an example of user application
 2018-03-01  7:38 UTC 

[RFC v2 0/2] WhiteEgret LSM module
 2018-03-01  7:37 UTC 

[PATCH] security: mark kmem caches as __ro_after_init
 2018-02-28 19:35 UTC  (5+ messages)

[PATCH 1/3] certs: define a trusted platform keyring
 2018-02-28 17:55 UTC  (3+ messages)
` [PATCH 2/3] keys: export find_keyring_by_name()
` [PATCH 3/3] ima: support platform keyring for kernel appraisal

[PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing
 2018-02-28 17:35 UTC  (33+ messages)
` [PATCH bpf-next v8 01/11] fs, security: Add a security blob to nameidata
  ` [PATCH bpf-next v8 01/11] fs,security: "
` [PATCH bpf-next v8 02/11] fs, security: Add a new file access type: MAY_CHROOT
` [PATCH bpf-next v8 03/11] bpf: Add eBPF program subtype and is_valid_subtype() verifier
` [PATCH bpf-next v8 04/11] bpf, landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v8 05/11] seccomp, landlock: Enforce Landlock programs per process hierarchy
  ` [PATCH bpf-next v8 05/11] seccomp,landlock: "
` [PATCH bpf-next v8 06/11] bpf,landlock: Add a new map type: inode
  ` [PATCH bpf-next v8 06/11] bpf, landlock: "
` [PATCH bpf-next v8 07/11] landlock: Handle filesystem access control
` [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions
` [PATCH bpf-next v8 09/11] bpf: Add a Landlock sandbox example
` [PATCH bpf-next v8 10/11] bpf,landlock: Add tests for Landlock
` [PATCH bpf-next v8 11/11] landlock: Add user and kernel documentation "

Linux 4.16 cap_sys_module
 2018-02-28 14:18 UTC 

[PATCH 1/2] security: evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.c
 2018-02-27 22:17 UTC  (2+ messages)
` [PATCH 2/2] security: evm: Constify *integrity_status_msg[]

[GIT PULL] seccomp fix for v4.16-rc4
 2018-02-27 18:46 UTC 

[PATCH V8 2/4] sctp: Add ip option support
 2018-02-27 12:24 UTC  (4+ messages)

[PATCH v1 0/2] ima: untrusted filesystems
 2018-02-27  2:12 UTC  (15+ messages)
` [PATCH v1 1/2] ima: fail signature verification on "

[GIT PULL] TPM: Bug fixes
 2018-02-26 23:48 UTC 

[GIT PULL] tpmdd fixes for 4.16
 2018-02-26 23:33 UTC  (4+ messages)

[RFC PATCH v17 0/7] mm: security: ro protection for dynamic data
 2018-02-26 19:26 UTC  (29+ 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 1/2 v5] tpm: cmd_ready command can be issued only after granting locality
 2018-02-26 13:59 UTC  (3+ messages)

[PATCH 1/2 v4] tpm: cmd_ready command can be issued only after granting locality
 2018-02-26 11:55 UTC  (7+ messages)

No subject
 2018-02-25  0:39 UTC 

[PATCH] selinux: fix typo in selinux_netlbl_sctp_sk_clone declaration
 2018-02-24 10:29 UTC  (3+ messages)

[PATCH V7 2/4] sctp: Add ip option support
 2018-02-24  0:56 UTC  (7+ messages)

[GIT PULL] Security subsystem fixes for v4.16-rc3
 2018-02-23 19:10 UTC 

[RFC][PATCH 0/6] KEYS: Fixes
 2018-02-23  0:24 UTC  (11+ messages)
` [PATCH 1/6] PKCS#7: fix certificate chain verification
` [PATCH 2/6] PKCS#7: fix certificate blacklisting
` [PATCH 3/6] PKCS#7: fix direct verification of SignerInfo signature
` [PATCH 4/6] X.509: fix BUG_ON() when hash algorithm is unsupported
` [PATCH 5/6] X.509: fix NULL dereference when restricting key with unsupported_sig
` [PATCH 6/6] KEYS: Use individual pages in big_key for crypto buffers

[RFC PATCH v16 0/6] mm: security: ro protection for dynamic data
 2018-02-22 18:28 UTC  (26+ messages)
` [PATCH 1/6] genalloc: track beginning of allocations
` [PATCH 2/6] genalloc: selftest
` [PATCH 5/6] Pmalloc: self-test

[RFC][PATCH 0/6] KEYS: Fixes
 2018-02-22 16:17 UTC 

[RFC PATCH v15 0/6] mm: security: ro protection for dynamic data
 2018-02-22 14:20 UTC  (8+ messages)
` [PATCH 3/6] struct page: add field for vm_struct

Your Consent
 2018-02-22  9:40 UTC 

[RFC PATCH v11 0/6] mm: security: ro protection for dynamic data
 2018-02-21 22:37 UTC  (24+ messages)
` [PATCH 4/6] Protectable Memory
  ` [kernel-hardening] "
                            ` arm64 physmap (was Re: [kernel-hardening] [PATCH 4/6] Protectable Memory)

Sync to v4.16-rc2
 2018-02-21 17:02 UTC  (2+ messages)

[PATCH 04/30] Enforce module signatures if the kernel is locked down
 2017-11-09 17:31 UTC 


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