diff options
author | Undef <gitlab@undef.tools> | 2021-05-20 10:12:47 +0000 |
---|---|---|
committer | undef <gitlab@undef.tools> | 2021-05-20 11:07:37 +0000 |
commit | a38162230407cb4a8ae28a062cb3c0438b12977c (patch) | |
tree | d1e0c18f945d1541b18b9c65e372738828c6bd74 /data | |
parent | 18fe7856afd40640628f73491d2cb2d0faf2d844 (diff) |
service: Fix Mobile Data on EG25
This allows mobile data to work on the EG25 (and probably other modems).
Diffstat (limited to 'data')
-rw-r--r-- | data/ModemManager.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ModemManager.service.in b/data/ModemManager.service.in index 23bf8091..c4209136 100644 --- a/data/ModemManager.service.in +++ b/data/ModemManager.service.in @@ -9,7 +9,7 @@ BusName=org.freedesktop.ModemManager1 ExecStart=@sbindir@/ModemManager StandardError=null Restart=on-abort -CapabilityBoundingSet=CAP_SYS_ADMIN +CapabilityBoundingSet=CAP_SYS_ADMIN CAP_NET_ADMIN ProtectSystem=true ProtectHome=true PrivateTmp=true |