Modify SMACK manifest according three domain model 70/19170/2
authorseong.chung <seong.chung@samsung.com>
Tue, 8 Apr 2014 08:43:54 +0000 (17:43 +0900)
committerSeongwook Chung <seong.chung@samsung.com>
Wed, 9 Apr 2014 04:23:35 +0000 (21:23 -0700)
Apply default manifest (request floor label)

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

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

index d13ea7f..97e8c31 100644 (file)
@@ -1,13 +1,5 @@
 <manifest>
-       <define>
-               <domain name="osp-installer"/>
-       </define>
        <request>
-               <domain name="osp-installer"/>
+               <domain name="_"/>
        </request>
-       <assign>
-               <filesystem path="/usr/bin/osp-installer" label="osp-installer" exec_label="osp-installer"/>
-               <filesystem path="/usr/lib/libosp-installer-plugin.so" label="_"/>
-               <filesystem path="/usr/share/license/osp-installer" label="_"/>
-       </assign>
-</manifest>
\ No newline at end of file
+</manifest>