public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 1/6] encrypted-keys: fixed valid_master_desc() function description
@ 2010-12-23 17:33 Roberto Sassu
  2010-12-24 15:45 ` Mimi Zohar
  0 siblings, 1 reply; 4+ messages in thread
From: Roberto Sassu @ 2010-12-23 17:33 UTC (permalink / raw)
  To: linux-security-module
  Cc: keyrings, linux-fsdevel, linux-kernel, Mimi Zohar, David Howells,
	James Morris, David Safford, Gianluca Ramunno, Tyler Hicks,
	kirkland

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

Valid key type prefixes for the parameter 'key-type' are: 'trusted' and
'user'.

Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
---
 security/keys/encrypted_defined.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/security/keys/encrypted_defined.c b/security/keys/encrypted_defined.c
index 32d27c8..c1c5e27 100644
--- a/security/keys/encrypted_defined.c
+++ b/security/keys/encrypted_defined.c
@@ -84,7 +84,7 @@ static int aes_get_sizes(void)
 /*
  * valid_master_desc - verify the 'key-type:desc' of a new/updated master-key
  *
- * key-type:= "trusted:" | "encrypted:"
+ * key-type:= "trusted:" | "user:"
  * desc:= master-key description
  *
  * Verify that 'key-type' is valid and that 'desc' exists. On key update,
-- 
1.7.2.3


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4401 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [RFC][PATCH 1/6] encrypted-keys: fixed valid_master_desc() function description
@ 2010-12-23 17:14 Roberto Sassu
  2010-12-23 17:28 ` Roberto Sassu
  0 siblings, 1 reply; 4+ messages in thread
From: Roberto Sassu @ 2010-12-23 17:14 UTC (permalink / raw)
  To: linux-security-module
  Cc: keyrings, linux-fsdevel, Mimi Zohar, David Howells, James Morris,
	David Safford, Gianluca Ramunno, Tyler Hicks, kirkland

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

Valid key type prefixes for the parameter 'key-type' are: 'trusted' and
'user'.

Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
---
 security/keys/encrypted_defined.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/security/keys/encrypted_defined.c 
b/security/keys/encrypted_defined.c
index 32d27c8..c1c5e27 100644
--- a/security/keys/encrypted_defined.c
+++ b/security/keys/encrypted_defined.c
@@ -84,7 +84,7 @@ static int aes_get_sizes(void)
 /*
  * valid_master_desc - verify the 'key-type:desc' of a new/updated master-key
  *
- * key-type:= "trusted:" | "encrypted:"
+ * key-type:= "trusted:" | "user:"
  * desc:= master-key description
  *
  * Verify that 'key-type' is valid and that 'desc' exists. On key update,
-- 
1.7.2.3


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 4401 bytes --]

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

end of thread, other threads:[~2010-12-24 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 17:33 [RFC][PATCH 1/6] encrypted-keys: fixed valid_master_desc() function description Roberto Sassu
2010-12-24 15:45 ` Mimi Zohar
  -- strict thread matches above, loose matches on Subject: below --
2010-12-23 17:14 Roberto Sassu
2010-12-23 17:28 ` Roberto Sassu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox