resetting manifest 35/59735/1
authortaesub.kim <taesub.kim@samsung.com>
Thu, 18 Feb 2016 04:29:49 +0000 (13:29 +0900)
committertaesub.kim <taesub.kim@samsung.com>
Thu, 18 Feb 2016 04:30:06 +0000 (13:30 +0900)
Change-Id: Idb849d10106e31474cd1b4242832f37f68023da7
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
daemon/vpnsvc-daemon.manifest
test/vpnsvc-test.manifest

index 6b97c3a..97e8c31 100755 (executable)
@@ -1,66 +1,5 @@
 <manifest>
-       <define>
-               <domain name="vpnsvc"/>
-               <provide>
-                       <label name="vpnsvc::tun"/>
-                       <label name="vpnsvc::protect"/>
-                       <label name="vpnsvc::interface"/>
-                       <label name="vpnsvc::block_networks"/>
-               </provide>
-               <request>
-                       <smack request="connman" type="rw"/>
-                       <smack request="vpnsvc::tun" type="rw"/>
-                       <smack request="vpnsvc::protect" type="rw"/>
-                       <smack request="vpnsvc::interface" type="rw"/>
-                       <smack request="vpnsvc::block_networks" type="rw"/>
-                       <smack request="device::app_logging" type="rw"/>
-                       <smack request="device::sys_logging" type="rw"/>
-                       <smack request="pkgmgr::db" type="rlx"/>
-                       <smack request="pkgmgr::info" type="r"/>
-                       <smack request="tizen::vconf::platform::r" type="rw"/>
-                       <smack request="sdbd" type="rwx"/>
-                       <smack request="crash-worker" type="rwx"/>
-                       <smack request="vpnsvc_test" type="rwx"/>
-                       <smack request="core-vpn-tests" type="rwx"/>
-                       <smack request="sys-assert::core" type="rwx"/>
-               </request>
-               <permit>
-                       <smack permit="dbus" type="rwx"/>
-               </permit>
-       </define>
-       <assign>
-               <filesystem path="/usr/lib/systemd/system/vpn-service-daemon.service" label="_"/>
-               <filesystem path="/usr/share/dbus-1/services/org.tizen.vpnsvc.service" label="_"/>
-               <dbus name="org.tizen.vpnsvc" own="vpnsvc" bus="system">
-                       <node name="/org/tizen/vpnsvc">
-                               <interface name="org.tizen.vpnsvc">
-                                       <annotation name="org.tizen.smack" value="vpnsvc"/>
-                                       <method name="vpn_init">
-                                               <annotation name="org.tizen.smack" value="vpnsvc::tun"/>
-                                       </method>
-                                       <method name="vpn_deinit">
-                                               <annotation name="org.tizen.smack" value="vpnsvc::tun"/>
-                                       </method>
-                                       <method name="vpn_protect">
-                                               <annotation name="org.tizen.smack" value="vpnsvc::protect"/>
-                                       </method>
-                                       <method name="vpn_up">
-                                               <annotation name="org.tizen.smack" value="vpnsvc::interface"/>
-                                       </method>
-                                       <method name="vpn_down">
-                                               <annotation name="org.tizen.smack" value="vpnsvc::interface"/>
-                                       </method>
-                                       <method name="vpn_block_networks">
-                                               <annotation name="org.tizen.smack" value="vpnsvc::block_networks"/>
-                                       </method>
-                                       <method name="vpn_unblock_networks">
-                                               <annotation name="org.tizen.smack" value="vpnsvc::block_networks"/>
-                                       </method>
-                               </interface>
-                       </node>
-               </dbus>
-       </assign>
        <request>
-               <domain name="vpnsvc"/>
+               <domain name="_"/>
        </request>
 </manifest>
index 80de6fa..97e8c31 100755 (executable)
@@ -1,24 +1,5 @@
 <manifest>
-       <define>
-               <domain name="vpnsvc_test"/>
-               <permit>
-                       <smack permit="sdbd" type="rwxat"/>
-                       <smack permit="dbus" type="rw"/>
-               </permit>
-               <request>
-                       <smack request="vpnsvc::tun" type="rw"/>
-                       <smack request="vpnsvc::protect" type="rw"/>
-                       <smack request="vpnsvc::interface" type="rw"/>
-                       <smack request="vpnsvc::block_networks" type="rw"/>
-                       <smack request="device::app_logging" type="w"/>
-                       <smack request="device::sys_logging" type="w"/>
-                       <smack request="sdbd" type="rwxat"/>
-               </request>
-       </define>
-       <assign>
-               <filesystem path="/usr/sbin/vpnsvc-test" label="vpnsvc_test" exec_label="vpnsvc_test"/>
-       </assign>
        <request>
-               <domain name="vpnsvc_test"/>
+               <domain name="_"/>
        </request>
 </manifest>