mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-15 09:45:09 +03:00
libssc requires QRTR protocol, allow it in systemd lockdown. [ci:skip-build]: already built successfully in CI
19 lines
435 B
Desktop File
19 lines
435 B
Desktop File
[Unit]
|
|
Description=IIO Sensor Proxy service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=net.hadess.SensorProxy
|
|
ExecStart=/usr/libexec/iio-sensor-proxy
|
|
#Uncomment this to enable debug
|
|
#Environment="G_MESSAGES_DEBUG=all"
|
|
|
|
# Lockdown
|
|
ProtectSystem=strict
|
|
ProtectControlGroups=true
|
|
ProtectHome=true
|
|
ProtectKernelModules=true
|
|
PrivateTmp=true
|
|
RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK AF_QIPCRTR
|
|
MemoryDenyWriteExecute=true
|
|
RestrictRealtime=true
|