User is specified in service file for Dbus auto activation
authorSeungyoun Ju <sy39.ju@samsung.com>
Thu, 14 Feb 2013 09:46:18 +0000 (18:46 +0900)
committerSeungyoun Ju <sy39.ju@samsung.com>
Thu, 14 Feb 2013 09:46:18 +0000 (18:46 +0900)
- Issues
  mobileap-agent is not launched with below error message.
  "Cannot do system-bus activation with no user"

- Fix description
  User is specified in service file.

Change-Id: I3bb5f1df7eebf0666ccfa44abcda6e17a46d94b3

packaging/mobileap-agent.spec
packaging/org.tizen.tethering.service

index 28f2607..57786b9 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mobileap-agent
 Summary:    Mobile AP daemon for setting tethering environments
-Version:    0.1.83
+Version:    0.1.84
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Apache License Version 2.0
@@ -48,6 +48,9 @@ rm -rf %{buildroot}
 %{_bindir}/mobileap-agent
 
 %changelog
+* Thu Feb 14 2013 Seungyoun Ju <sy39.ju@samsung.com> 0.1.84-1
+- User is specified in service file for Dbus auto activation
+
 * Mon Jan 28 2013 Seungyoun Ju <sy39.ju@samsung.com> 0.1.83-1
 - Remove unrequired log
 
index 8cd9d6f..577633b 100644 (file)
@@ -1,3 +1,4 @@
 [D-BUS Service]
 Name=org.tizen.tethering
 Exec=/usr/bin/mobileap-agent
+User=root