Some content there is out of date, or should be mvoed to utils/ with the rest of installable stuff. Change-Id: I17ee94b175deb88faff71e7788c482093693f8a8changes/72/17772/1
parent
bd552f9786
commit
69a6f668b9
@ -1,11 +0,0 @@ |
||||
# systemd service file for the ofono daemon |
||||
[Unit] |
||||
Description=oFono |
||||
|
||||
[Service] |
||||
ExecStart=/usr/local/src/ofono/src/ofonod -n |
||||
Restart=always |
||||
StartLimitInterval=0 |
||||
|
||||
[Install] |
||||
WantedBy=multi-user.target |
@ -1,28 +0,0 @@ |
||||
<!-- This configuration file specifies the required security policies |
||||
for oFono core daemon to work. It lives in /etc/dbus-1/system.d/ --> |
||||
|
||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
||||
<busconfig> |
||||
|
||||
<!-- ../system.conf have denied everything, so we just punch some holes --> |
||||
|
||||
<policy user="root"> |
||||
<allow own="org.ofono"/> |
||||
<allow send_destination="org.ofono"/> |
||||
<allow send_interface="org.ofono.SimToolkitAgent"/> |
||||
<allow send_interface="org.ofono.PushNotificationAgent"/> |
||||
<allow send_interface="org.ofono.SmartMessagingAgent"/> |
||||
<allow send_interface="org.ofono.PositioningRequestAgent"/> |
||||
<allow send_interface="org.ofono.HandsfreeAudioAgent"/> |
||||
</policy> |
||||
|
||||
<policy at_console="true"> |
||||
<allow send_destination="org.ofono"/> |
||||
</policy> |
||||
|
||||
<policy context="default"> |
||||
<deny send_destination="org.ofono"/> |
||||
</policy> |
||||
|
||||
</busconfig> |
@ -1,4 +0,0 @@ |
||||
# place this file in /etc/security/limits.d to allow core files when a program |
||||
# crashes; for osmo-gsm-tester. |
||||
root - core unlimited |
||||
* - core unlimited |
@ -0,0 +1,9 @@ |
||||
<!-- Additional rules for the osmo-gsm-tester to access org.ofono from user |
||||
land --> |
||||
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" |
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
||||
<busconfig> |
||||
<policy group="osmo-gsm-tester"> |
||||
<allow send_destination="org.ofono"/> |
||||
</policy> |
||||
</busconfig> |
Loading…
Reference in new issue