mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 21:02:29 +00:00

Failed to create file “/etc/fwupd/remotes.d/lvfs-testing.conf.Q7K76Y”: Read-only file system
21 lines
499 B
SYSTEMD
21 lines
499 B
SYSTEMD
[Unit]
|
|
Description=Firmware update daemon
|
|
Documentation=http://www.fwupd.org/
|
|
After=dbus.service
|
|
Before=gdm.service
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.fwupd
|
|
ExecStart=@libexecdir@/fwupd/fwupd
|
|
MemoryDenyWriteExecute=yes
|
|
PrivateTmp=yes
|
|
ProtectControlGroups=yes
|
|
ProtectHome=yes
|
|
ProtectKernelModules=yes
|
|
ProtectSystem=full
|
|
RestrictAddressFamilies=AF_NETLINK AF_UNIX
|
|
RestrictRealtime=yes
|
|
ReadWritePaths=@localstatedir@/lib/fwupd @sysconfdir@/fwupd/remotes.d -@bootdir@
|
|
SystemCallFilter=~@mount
|