From: Neil Wilson Date: Fri, 1 Dec 2023 16:29:32 +0000 (+0000) Subject: systemd-homed.service.in: add quotactl to SystemCallFilter X-Git-Tag: v255-rc4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=627966ab01682dd7251ebf169562cf13c4c43a70;p=thirdparty%2Fsystemd.git systemd-homed.service.in: add quotactl to SystemCallFilter Standard directories make a call to the quotactl system call to enforce disk size limits. Fixes #30287 --- diff --git a/units/systemd-homed.service.in b/units/systemd-homed.service.in index 2ca5e063e3a..e629048b97a 100644 --- a/units/systemd-homed.service.in +++ b/units/systemd-homed.service.in @@ -32,7 +32,7 @@ RestrictRealtime=yes StateDirectory=systemd/home SystemCallArchitectures=native SystemCallErrorNumber=EPERM -SystemCallFilter=@system-service @mount +SystemCallFilter=@system-service @mount quotactl TimeoutStopSec=3min {{SERVICE_WATCHDOG}}