Skip to content
Snippets Groups Projects
Verified Commit f9927e8d authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

debuginfod: fix systemd 257 compatibility

Since 257 DynamicUser sets PrivateTmp=disconnected making debuginfod
unable to read/write to /var/tmp/ properly  hampering debuginfod's
functioning.
parent e31a4e2c
No related branches found
No related tags found
No related merge requests found
Pipeline #117000 failed
......@@ -8,6 +8,7 @@ Environment=TMPDIR=/var/tmp
ExecStart=/usr/bin/debuginfod -d {{debuginfod_database}} -p {{debuginfod_port}} -F -Z .tar.zst=zstdcat {{debuginfod_package_path}}
Restart=on-failure
DynamicUser=yes
PrivateTmp=yes
PrivateDevices=true
PrivateUsers=true
ProtectKernelTunables=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment