From 96e6b0e9de5edbff5a00cf0694b41c75bf79ba13 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Wed, 9 Aug 2017 15:17:33 +0900 Subject: [PATCH] Modified permission of service Change-Id: I90a73c66560cd7665e234a776024d1a790fa69f2 --- packaging/org.tizen.smartreply.service | 1 - packaging/smartreply-service.spec | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packaging/org.tizen.smartreply.service b/packaging/org.tizen.smartreply.service index f17aee2..11c0680 100755 --- a/packaging/org.tizen.smartreply.service +++ b/packaging/org.tizen.smartreply.service @@ -3,4 +3,3 @@ Name=org.tizen.smartreply Exec=/usr/bin/smartreplyd User=ui_fw Group=ui_fw -SmackProcessLabel=smartreply-service diff --git a/packaging/smartreply-service.spec b/packaging/smartreply-service.spec index 26ec5b6..371944e 100755 --- a/packaging/smartreply-service.spec +++ b/packaging/smartreply-service.spec @@ -110,7 +110,7 @@ systemctl daemon-reload %files %manifest packaging/%{name}.manifest -%defattr(-,system,system,-) +%defattr(-,ui_fw,ui_fw,-) %{_libdir}/libsmart-reply-engine-* %{_bindir}/* %{_datadir}/dbus-1/system-services/org.tizen.smartreply.service @@ -124,5 +124,5 @@ systemctl daemon-reload %config(noreplace) /opt/usr/data/smartreply-service/personal_ko_KR.db* %config(noreplace) /opt/usr/data/smartreply-service/personal_en_US.db* -%defattr(0700,root,root,-) +%defattr(0700,ui_fw,ui_fw,-) /usr/system/RestoreDir/softreset/smartreply_softreset.sh -- 2.34.1