All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] key: Update restrict method name
@ 2016-07-20 22:19 Mat Martineau
  2016-07-20 22:19 ` [PATCH 2/4] key: Consistently return errno from syscall wrappers Mat Martineau
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mat Martineau @ 2016-07-20 22:19 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

Kernel now uses "restrict_by=keyring" instead of
"restrict_by=signature_keyring".
---
 ell/key.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ell/key.c b/ell/key.c
index e6ae92a..6117e31 100644
--- a/ell/key.c
+++ b/ell/key.c
@@ -243,7 +243,7 @@ LIB_EXPORT struct l_keyring *l_keyring_new(enum l_keyring_type type,
 
 		payload = l_strdup_printf(
 			"restrict_type=asymmetric "
-			"restrict_by=signature_keyring "
+			"restrict_by=keyring "
 			"restrict_key=%d",
 			trusted->serial);
 		payload_length = strlen(payload);
-- 
2.9.2


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-07-22 21:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 22:19 [PATCH 1/4] key: Update restrict method name Mat Martineau
2016-07-20 22:19 ` [PATCH 2/4] key: Consistently return errno from syscall wrappers Mat Martineau
2016-07-21 20:19   ` Denis Kenzior
2016-07-21 21:23     ` Mat Martineau
2016-07-20 22:19 ` [PATCH 3/4] key: Add key-based asymmetric crypto operations Mat Martineau
2016-07-22 19:35   ` Denis Kenzior
2016-07-22 21:55     ` Mat Martineau
2016-07-20 22:19 ` [PATCH 4/4] unit: Add tests for key-based asymmetric crypto Mat Martineau
2016-07-21 20:19 ` [PATCH 1/4] key: Update restrict method name Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.