aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-11-16 02:34:21 +0100
committerDominik <dominik@dominikschuermann.de>2012-11-16 02:34:21 +0100
commitbbddc4c56dbb71c536aac736d197bcc8e49f6769 (patch)
treeb4f255f9108495e754baee5e1ebe6ce5d2c40109 /README.md
parent0f3164c5b58f1f368a2710e0c653bb911d74df6d (diff)
downloadopen-keychain-bbddc4c56dbb71c536aac736d197bcc8e49f6769.tar.gz
open-keychain-bbddc4c56dbb71c536aac736d197bcc8e49f6769.tar.bz2
open-keychain-bbddc4c56dbb71c536aac736d197bcc8e49f6769.zip
implemented security model
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
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