]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
KEYS: Add an alloc flag to convey the builtinness of a key
authorDavid Howells <dhowells@redhat.com>
Tue, 9 Feb 2016 16:40:46 +0000 (16:40 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 20 Apr 2016 20:08:50 +0000 (14:08 -0600)
commit27ef47fcc2e59c8be0773fd377aad1637302bf68
treeb9fd12bf84d39ce80d85a8727c1fbd097a61abd3
parentc926114774bf335dbc7c95391345a52fc589f683
KEYS: Add an alloc flag to convey the builtinness of a key

BugLink: http://bugs.launchpad.net/bugs/1569924
Add KEY_ALLOC_BUILT_IN to convey that a key should have KEY_FLAG_BUILTIN
set rather than setting it after the fact.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
(cherry picked from commit 5d2787cf0b210d2925e8d44e2e79241385249d6b)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andy Whitcroft <andy.whitcroft@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
certs/system_keyring.c
include/linux/key.h
security/keys/key.c