linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-25 21:55:03 to 2019-06-28 13:17:05 UTC [more...]

[PATCH bpf-next v9 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-06-28 13:17 UTC  (15+ messages)
` [PATCH bpf-next v9 02/10] bpf: Add eBPF program subtype and is_valid_subtype() verifier
` [PATCH bpf-next v9 03/10] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v9 04/10] seccomp,landlock: Enforce Landlock programs per process hierarchy
` [PATCH bpf-next v9 05/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v9 06/10] landlock: Handle filesystem access control
` [PATCH bpf-next v9 08/10] bpf: Add a Landlock sandbox example
` [PATCH bpf-next v9 09/10] bpf,landlock: Add tests for Landlock
` [PATCH bpf-next v9 10/10] landlock: Add user and kernel documentation "

[PATCH 21/39] docs: x86: move two x86-specific files to x86 arch dir
 2019-06-28 12:55 UTC  (4+ messages)
` [PATCH 27/39] docs: cgroup-v1: add it to the admin-guide book
` [PATCH 37/39] docs: adds some directories to the main documentation index

[PATCH 1/4] [v2] structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACK
 2019-06-28 12:37 UTC 

[PATCH] ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definition
 2019-06-28 11:41 UTC  (2+ messages)

[PATCH v4 00/23] LSM: Module stacking for AppArmor
 2019-06-28 10:07 UTC  (89+ messages)
` [PATCH v4 01/23] LSM: Infrastructure management of the superblock
` [PATCH v4 02/23] LSM: Infrastructure management of the sock security
` [PATCH v4 03/23] LSM: Infrastructure management of the key blob
` [PATCH v4 04/23] LSM: Create and manage the lsmblob data structure
` [PATCH v4 05/23] LSM: Use lsmblob in security_audit_rule_match
` [PATCH v4 06/23] LSM: Use lsmblob in security_kernel_act_as
` [PATCH v4 07/23] net: Prepare UDS for secuirty module stacking
` [PATCH v4 08/23] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v4 09/23] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v4 10/23] LSM: Use lsmblob in security_ipc_getsecid
` [PATCH v4 11/23] LSM: Use lsmblob in security_task_getsecid
` [PATCH v4 12/23] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v4 13/23] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v4 14/23] IMA: Change internal interfaces to use lsmblobs
` [PATCH v4 15/23] LSM: Specify which LSM to display
` [PATCH v4 16/23] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v4 17/23] "
` [PATCH v4 18/23] LSM: Use lsmcontext in security_dentry_init_security
` [PATCH v4 19/23] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v4 20/23] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v4 21/23] Audit: Store LSM audit information in an lsmblob
` [PATCH v4 22/23] NET: Store LSM netlabel data in a lsmblob
` [PATCH v4 23/23] AppArmor: Remove the exclusive flag

[PATCH v10 0/3] add init_on_alloc/init_on_free boot options
 2019-06-28  9:31 UTC  (3+ messages)
` [PATCH v10 1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH v10 2/2] mm: init: report memory auto-initialization features at boot time

[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
 2019-06-28  5:12 UTC  (11+ messages)
` [RFC PATCH v5 1/1] "

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-06-28  2:19 UTC  (12+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions
` [PATCH v12 02/11] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v12 04/11] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v12 05/11] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v12 06/11] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v12 07/11] ima: Implement support for module-style appended signatures
` [PATCH v12 08/11] ima: Collect modsig
` [PATCH v12 09/11] ima: Define ima-modsig template
` [PATCH v12 10/11] ima: Store the measurement again when appraising a modsig
` [PATCH v12 11/11] ima: Allow template= option for appraise rules as well

[RFC PATCH v4 00/12] security: x86/sgx: SGX vs. LSM
 2019-06-28  0:47 UTC  (28+ messages)
` [RFC PATCH v4 07/12] LSM: x86/sgx: Introduce ->enclave_map() hook for Intel SGX
` [RFC PATCH v4 08/12] security/selinux: Require SGX_MAPWX to map enclave page WX
` [RFC PATCH v4 09/12] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX
` [RFC PATCH v4 10/12] security/selinux: Add enclave_load() implementation
` [RFC PATCH v2 0/3] security/x86/sgx: SGX specific LSM hooks
` [RFC PATCH v2 1/3] x86/sgx: Add "
` [RFC PATCH v2 2/3] x86/sgx: Call LSM hooks from SGX subsystem/module
` [RFC PATCH v2 3/3] x86/sgx: Implement SGX specific hooks in SELinux

[PATCH V10 0/3] Add support for measuring the boot command line during kexec_file_load
 2019-06-27 23:27 UTC  (5+ messages)
` [PATCH V10 2/3] IMA: Define a new template field buf

[PATCH V33 24/30] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
 2019-06-27 23:27 UTC  (8+ messages)

[PATCH V34 00/29] Lockdown as an LSM
 2019-06-27 23:17 UTC  (9+ messages)
` [PATCH V34 09/29] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V34 19/29] Lock down module params that specify hardware parameters (eg. ioport)

[PATCH 0/9] keys: Namespacing [ver #4]
 2019-06-27 22:07 UTC  (4+ messages)
` [PATCH 8/9] keys: Network namespace domain tag "

[PATCH v9 0/3] add init_on_alloc/init_on_free boot options
 2019-06-27 19:59 UTC  (8+ messages)
` [PATCH v9 1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH v9 2/2] mm: init: report memory auto-initialization features at boot time

LSM module for SGX?
 2019-06-27 19:20 UTC  (3+ messages)

[PATCH v8 0/3] add init_on_alloc/init_on_free boot options
 2019-06-27 16:23 UTC  (16+ messages)
` [PATCH v8 1/2] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH v8 2/2] mm: init: report memory auto-initialization features at boot time

linux-next: Tree for Jun 26 (security/integrity/ima/)
 2019-06-27 15:08 UTC  (4+ messages)

[PATCH] apparmor: fix unsigned len comparison with less than zero
 2019-06-27 13:09 UTC 

[GIT PULL] tpmdd updates for Linux v5.3
 2019-06-26 22:50 UTC 

[RFC PATCH v3 09/12] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX
 2019-06-26 20:39 UTC  (2+ messages)

[PATCH v4 00/14] ima: introduce IMA Digest Lists extension
 2019-06-26 11:38 UTC  (5+ messages)

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2019-06-26  8:15 UTC  (4+ 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).