summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorRafael Ignacio Zurita <rafael.zurita@profusion.mobi>2010-11-30 18:56:23 -0300
committerDenis Kenzior <denkenz@gmail.com>2010-12-02 08:13:20 -0600
commit9655be1f9175c3f084aea143af8932d97a72096a (patch)
tree049d5a3c8e39099e6d78b15c17246d30179e7e8a /HACKING
parentc759aea7d93e6f26863bd6e839e3eb5e8b77e75a (diff)
downloadofono-9655be1f9175c3f084aea143af8932d97a72096a.tar.bz2
HACKING: Add ofono.conf file copy command required
Add ofono.conf copy command required for oFono core daemon to work.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 3 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 3322554a..f387cb6c 100644
--- a/HACKING
+++ b/HACKING
@@ -76,6 +76,9 @@ use the plugins directly from within the repository. This removes the need
to use "make install" when testing "ofonod". The "bootstrap-configure"
automatically includes this option.
+ Copy configuration file which specifies the required security policies
+ # sudo cp ./src/ofono.conf /etc/dbus-1/system.d/
+
Run daemon in foreground with debugging
# sudo ./src/ofonod -n -d 'plugins/*'