Update to 2021-12-17 09:00

This commit is contained in:
Daniel Berteaud
2021-12-17 09:00:15 +01:00
parent 879e2b734b
commit 3f14d5c2df
3 changed files with 18 additions and 4 deletions

View File

@@ -7,6 +7,9 @@ Type=notify
EnvironmentFile={{ miniflux_root_dir }}/etc/miniflux.conf
User={{ miniflux_user }}
ExecStart={{ miniflux_root_dir }}/bin/miniflux
RuntimeDirectory=miniflux
Restart=always
RestartSec=5
Restart=always
NoNewPrivileges=true
PrivateDevices=true
@@ -15,9 +18,20 @@ ProtectHome=true
ProtectKernelModules=true
ProtectKernelTunables=true
ProtectSystem=strict
ProtectHostname=yes
ProtectKernelLogs=yes
ProtectClock=yes
RestrictRealtime=true
RestrictNamespaces=yes
ReadWritePaths=/run
PrivateTmp=true
SystemCallArchitectures=native
SystemCallFilter=@system-service
SystemCallFilter=~@privileged
SystemCallFilter=~@resources
SystemCallErrorNumber=EPERM
LockPersonality=yes
MemoryDenyWriteExecute=yes
[Install]
WantedBy=multi-user.target