From bbddc4c56dbb71c536aac736d197bcc8e49f6769 Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 16 Nov 2012 02:34:21 +0100 Subject: implemented security model --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 29f4f47d0..b70f68536 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ See http://docs.oseems.com/general/application/eclipse/fix-gc-overhead-limit-exc 1. Open svg file in Inkscape 2. Extensions -> Color -> darker (2 times!) -# Security Concept +# Security Model ## Basic goals @@ -83,7 +83,7 @@ Android primitives to exchange data: Intent, Intent with return values, Send (al * DECRYPT * DECRYPT_FILE -### With permission +### With permission ACCESS_API * CREATE_KEY * ENCRYPT_AND_RETURN @@ -100,9 +100,9 @@ Android primitives to exchange data: Intent, Intent with return values, Send (al ## Remote Service -* The whole service requires a permission +* The whole service requires the permission ACCESS_API ## Resulting permission -* Read key information (not the actual keys)(content provider) -* Encrypt/Sign/Decrypt/Create keys (intents, remote service) without user interaction \ No newline at end of file +* READ_KEY_DATABASE: Read key information (not the actual keys)(content provider) +* ACCESS_API: Encrypt/Sign/Decrypt/Create keys without user interaction (intents, remote service) \ No newline at end of file -- cgit v1.2.3