Try setting TMPDIR

This commit is contained in:
niten 2023-01-22 15:52:24 -08:00
parent 2446c2bd4b
commit 9ea8c59f48

View File

@ -63,17 +63,18 @@ in {
OBJECTIFIER_BUFFER_SIZE = "524288"; OBJECTIFIER_BUFFER_SIZE = "524288";
OBJECTIFIER_CLEANUP_MAX_AGE = toString cfg.cleanup.max_file_age; OBJECTIFIER_CLEANUP_MAX_AGE = toString cfg.cleanup.max_file_age;
OBJECTIFIER_CLEANUP_DELAY = toString cfg.cleanup.delay; OBJECTIFIER_CLEANUP_DELAY = toString cfg.cleanup.delay;
TMPDIR = "/tmp";
}; };
serviceConfig = { serviceConfig = {
PrivateUsers = true; PrivateUsers = true;
PrivateDevices = true; PrivateDevices = true;
# PrivateTmp = true; PrivateTmp = true;
# PrivateMounts = true; PrivateMounts = true;
# ProtectControlGroups = true; ProtectControlGroups = true;
ProtectKernelTunables = true; ProtectKernelTunables = true;
ProtectKernelModules = true; ProtectKernelModules = true;
# ProtectSystem = true; ProtectSystem = true;
# ProtectHostname = true; ProtectHostname = true;
ProtectHome = true; ProtectHome = true;
ProtectClock = true; ProtectClock = true;
ProtectKernelLogs = true; ProtectKernelLogs = true;