From 28c331fe7a680cfd4416a4fe6c731a4f79a27877 Mon Sep 17 00:00:00 2001 From: Marc Obrador Date: Thu, 28 May 2015 12:38:41 +0200 Subject: [PATCH] Update README.md, add .gitignore. --- .gitignore | 4 ++++ README.md | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c229bcc --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.bak +*.class +*.cap +/java_card_kit-2_2_1 diff --git a/README.md b/README.md index 6645d60..a824bf3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# AllowAllAra +# "Allow all" ARA-M GlobalPlatform dummy ARA applet to grant full access + +GlobalPlatform Secure Element Access Control denies all access if no access rules are personalized on the Secure Element. This Dummy 'AllowAll' applet is a replacement for an ARA-M installation and grants access to all requests. \ No newline at end of file