Change Secure Element privilege level
authorHyunwoo Kim <hwlove.kim@samsung.com>
Wed, 5 Jun 2013 05:47:06 +0000 (14:47 +0900)
committerHyunwoo Kim <hwlove.kim@samsung.com>
Wed, 5 Jun 2013 05:47:11 +0000 (14:47 +0900)
Change-Id: Idd0ebd3a494f34519cf6a73b44a1ae8c5508c3d3
Signed-off-by: Hyunwoo Kim <hwlove.kim@samsung.com>
ace/configuration/TizenPolicy.xml
packaging/wrt-security.spec

index cab6ccc..9689aff 100644 (file)
             </condition>
         </rule>
 
+        <rule effect="permit">
+            <condition combine="or">
+                <resource-match attr="device-cap" func="equal" match="secureelement" />
+                <resource-match attr="device-cap" func="equal" match="se" />
+            </condition>
+        </rule>
+
 <!-- Belows will be removed -->
         <!-- access to timeutil -->
         <rule effect="permit">
index e39f989..1aa41bd 100644 (file)
@@ -2,7 +2,7 @@
 Name:       wrt-security
 Summary:    Wrt security daemon.
 Version:    0.0.62
-Release:    0
+Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Apache License, Version 2.0
 URL:        N/A