Fix the issue can't send MMS
authorLiu, Guoqiang <guoqiangx.liu@intel.com>
Tue, 21 May 2013 04:57:57 +0000 (12:57 +0800)
committerLiu, Guoqiang <guoqiangx.liu@intel.com>
Tue, 21 May 2013 05:08:31 +0000 (13:08 +0800)
commit6af9b0091fb127a3c6a1de841ea95df8d6bd569a
treed07e49590dab18bfba67ea60c68adb2415a56ef1
parent28d245a069e9188670eafb4a2743d11972bfd327
Fix the issue can't send MMS

The reason of this issue is msg-server can't access network
as msg-server run in app level. so change it run in root level.

Before changed
sh-4.1# ps aux | grep msg-server
app 475 0.7 0.9 92536 9684 ? SNsl 17:31 0:00 /usr/bin/msg-server

After changed
sh-4.1# ps aux | grep msg-server
root 326  0.0  1.2  92864 12340 ? SNsl 12:24 0:00 /usr/bin/msg-server

Change-Id: I9912052cd6152b15c778783993c64deb1c5397dd
CMakeLists.txt
msg-service.manifest
packaging/msg-service.spec