Compare commits
18 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4a298eea18 | |||
| f0dbb324f4 | |||
| 3316b67d8d | |||
| fa6aa04f24 | |||
| d335a4468b | |||
| 991b881f4f | |||
| 52dc9eb203 | |||
| 39ade3d86f | |||
| 006192d9ca | |||
| 68814c04ea | |||
| 67e9705961 | |||
| f837d0d98a | |||
| e1ed968684 | |||
| 40fd37dc3b | |||
| 242736364d | |||
| 4f652075d3 | |||
| e24694dd9f | |||
| 4d6c489e2a |
@@ -1,7 +1,19 @@
|
||||
Index: ofono-1.33/src/ofono.service.in
|
||||
===================================================================
|
||||
--- ofono-1.33.orig/src/ofono.service.in
|
||||
+++ ofono-1.33/src/ofono.service.in
|
||||
From b5a50fc2d81875500240ad941b8998bd1e247c30 Mon Sep 17 00:00:00 2001
|
||||
From: Petr Vorel <pvorel@suse.cz>
|
||||
Date: Mon, 25 Aug 2025 15:39:34 +0200
|
||||
Subject: [PATCH] systemd: Harden ofono service
|
||||
|
||||
https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
|
||||
Signed-off-by: Petr Vorel <pvorel@suse.cz>
|
||||
---
|
||||
src/ofono.service.in | 13 +++++++++++++
|
||||
1 file changed, 13 insertions(+)
|
||||
|
||||
diff --git a/src/ofono.service.in b/src/ofono.service.in
|
||||
index c24ac280..d397dae5 100644
|
||||
--- a/src/ofono.service.in
|
||||
+++ b/src/ofono.service.in
|
||||
@@ -3,6 +3,19 @@ Description=Telephony service
|
||||
After=syslog.target
|
||||
|
||||
@@ -18,7 +30,10 @@ Index: ofono-1.33/src/ofono.service.in
|
||||
+ProtectKernelLogs=true
|
||||
+ProtectControlGroups=true
|
||||
+RestrictRealtime=true
|
||||
+# end of automatic additions
|
||||
+# end of automatic additions
|
||||
Type=dbus
|
||||
BusName=org.ofono
|
||||
ExecStart=@prefix@/sbin/ofonod -n
|
||||
--
|
||||
2.50.1
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce65c12e446f7b15d2ed98a220f9cc6f1571b269d83c4f14b0a2d67c33919fef
|
||||
size 1304592
|
||||
3
ofono-2.19.tar.xz
Normal file
3
ofono-2.19.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d554525ad2db1ccd2fe3ed733e437d76997e7f443c085b87e6be1fded020bc8f
|
||||
size 1323480
|
||||
@@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 22:03:31 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.19
|
||||
* Add support for PPP reset workaround for SIM7100 modem.
|
||||
* Add support for Qualcomm RAW-IP only devices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 13:41:49 UTC 2025 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
- Update to version 2.18
|
||||
* Fix issue with QMI and handling SMS message acknowledgement.
|
||||
* Fix issue with handling SIM7100 modem ready detection.
|
||||
* Add support for forbidden operator list.
|
||||
- Turn harden_ofono.service.patch into git patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 08:02:02 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.17
|
||||
* Fix issue with SMS and possible buffer overflow.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 15:14:24 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.16
|
||||
* Add support for QMI service request rate limiting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 17:13:49 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.15
|
||||
* Fix issue with SMS and uninitialized buffers.
|
||||
* Fix issue with USSD and uninitialized buffers.
|
||||
* Add support for the Test Anything Protocol.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 21:30:05 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.14
|
||||
* Fix issue with STK and buffer length checks.
|
||||
* Fix issue with SMS and buffer length checks.
|
||||
* Fix issue with QMI and handling RAT detection.
|
||||
* Fix issue with QMI and handling call forwarding.
|
||||
* Add support for handling MHI network interfaces.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 14:24:47 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.13
|
||||
* Add support for handling QMI PIN and Lock methods.
|
||||
* Add support for handling QMI WWAN interfaces.
|
||||
* Add support for handling RMNet interfaces.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 18:20:08 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.12
|
||||
* Fix issue with access technology reporting.
|
||||
* Fix issue with detecting Phonet devices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 18:57:28 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.11
|
||||
* Add support for SIMCom A7672E-FASE modem.
|
||||
* Add support for Quectel EG916Q-GL modem.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 20:03:02 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ofono
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2014 Sergey Kondakov <virtuousfox@gmail.com>.
|
||||
# Copyright (c) 2014 Bernd Wachter <bwachter@lart.info>.
|
||||
#
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: ofono
|
||||
Version: 2.10
|
||||
Version: 2.19
|
||||
Release: 0
|
||||
Summary: Mobile telephony application development framework
|
||||
License: GPL-2.0-only
|
||||
|
||||
Reference in New Issue
Block a user