Change in osmo-gsm-tester[master]: Get rid of install top directory

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Sat Apr 11 14:21:04 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17772 )

Change subject: Get rid of install top directory
......................................................................

Get rid of install top directory

Some content there is out of date, or should be mvoed to utils/ with the
rest of installable stuff.

Change-Id: I17ee94b175deb88faff71e7788c482093693f8a8
---
D install/ofono.service
D install/org.ofono.conf
D install/osmo-gsm-tester-limits.conf
A utils/dbus-1/dbus_osmo-gsm-tester.conf
R utils/systemd/osmo-gsm-tester.service
5 files changed, 9 insertions(+), 43 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/install/ofono.service b/install/ofono.service
deleted file mode 100644
index 0aa9fbe..0000000
--- a/install/ofono.service
+++ /dev/null
@@ -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
diff --git a/install/org.ofono.conf b/install/org.ofono.conf
deleted file mode 100644
index 8b13c75..0000000
--- a/install/org.ofono.conf
+++ /dev/null
@@ -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>
diff --git a/install/osmo-gsm-tester-limits.conf b/install/osmo-gsm-tester-limits.conf
deleted file mode 100644
index 1fb0738..0000000
--- a/install/osmo-gsm-tester-limits.conf
+++ /dev/null
@@ -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
diff --git a/utils/dbus-1/dbus_osmo-gsm-tester.conf b/utils/dbus-1/dbus_osmo-gsm-tester.conf
new file mode 100644
index 0000000..d867833
--- /dev/null
+++ b/utils/dbus-1/dbus_osmo-gsm-tester.conf
@@ -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>
diff --git a/install/osmo-gsm-tester.service b/utils/systemd/osmo-gsm-tester.service
similarity index 100%
rename from install/osmo-gsm-tester.service
rename to utils/systemd/osmo-gsm-tester.service

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17772
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I17ee94b175deb88faff71e7788c482093693f8a8
Gerrit-Change-Number: 17772
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200411/43743ed1/attachment.htm>


More information about the gerrit-log mailing list