From: David Howells Date: Fri, 30 Aug 2013 15:07:37 +0000 (+0100) Subject: KEYS: Add a 'trusted' flag and a 'trusted only' flag X-Git-Tag: v3.13-rc1~18^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008643b86c5f33c115c84ccdda1725cac3ad50ad;p=pandora-kernel.git KEYS: Add a 'trusted' flag and a 'trusted only' flag Add KEY_FLAG_TRUSTED to indicate that a key either comes from a trusted source or had a cryptographic signature chain that led back to a trusted key the kernel already possessed. Add KEY_FLAGS_TRUSTED_ONLY to indicate that a keyring will only accept links to keys marked with KEY_FLAGS_TRUSTED. Signed-off-by: David Howells Reviewed-by: Kees Cook --- Reading git-diff-tree failed