Modify SMACK manifest according three domain model 44/19144/2
authorseong.chung <seong.chung@samsung.com>
Tue, 8 Apr 2014 04:47:40 +0000 (13:47 +0900)
committerSeongwook Chung <seong.chung@samsung.com>
Wed, 9 Apr 2014 04:23:09 +0000 (21:23 -0700)
Apply default manifest (request floor label)

Reference site
https://wiki.tizen.org/wiki/Security:SmackThreeDomainModel

Change-Id: Ife4e95b42e63bd6d9c68ca805b3e0bae2a6b7074
Signed-off-by: seong.chung <seong.chung@samsung.com>
osp-appfw.manifest

index 244b604..97e8c31 100644 (file)
@@ -1,20 +1,5 @@
 <manifest>
-       <define>
-               <domain name="osp"/>
-               <provide>
-                       <label name="osp::system-service-conf" />
-                       <label name="osp::system-service-list" />
-                       <label name="osp::system-server-res" />
-                       <label name="osp::system-log" />
-                       <label name="osp::user-certs" />
-                       <label name="osp::root-certs" />
-                       <label name="osp::compat" />
-               </provide>
-       </define>
        <request>
                <domain name="_"/>
        </request>
-    <assign>
-       <filesystem path="/usr/bin/nativeinfologctrl" label="_" exec_label="none"/>
-    </assign>
 </manifest>