From: Maciej Wereski Date: Fri, 1 Mar 2013 14:52:27 +0000 (+0100) Subject: [systemd] Fix Smack labels for systemd units X-Git-Tag: submit/tizen_2.1/20130424.231644~14^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fe1774582633f1d9b8c6f21e3593e810eda0d3c;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git [systemd] Fix Smack labels for systemd units Systemd in user session fails to start msg-service because Smack blocks access. It was caused by improper labeled systemd unit files with "msg-service" label. This commit fixes it by labeling systemd specific files with "_" label. In case of addition or moving systemd unit files, please label them with "_" label. Signed-off-by: Maciej Wereski --- diff --git a/msg-service.manifest b/msg-service.manifest index 5fef746..043af04 100755 --- a/msg-service.manifest +++ b/msg-service.manifest @@ -19,5 +19,7 @@ + + diff --git a/packaging/msg-service.spec b/packaging/msg-service.spec index 1db3975..eb6d2b9 100755 --- a/packaging/msg-service.spec +++ b/packaging/msg-service.spec @@ -1,6 +1,6 @@ Name: msg-service Version: 0.9.2 -Release: 1 +Release: 2 License: Samsung Summary: Messaging Framework Library Group: System/Libraries