]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemd-homed.service.in: add quotactl to SystemCallFilter
authorNeil Wilson <neil@aldur.co.uk>
Fri, 1 Dec 2023 16:29:32 +0000 (16:29 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 1 Dec 2023 22:43:31 +0000 (22:43 +0000)
Standard directories make a call to the quotactl system call to enforce disk size limits.

Fixes #30287

units/systemd-homed.service.in

index 2ca5e063e3a1a2bf6f8694d799452c8237a92405..e629048b97a78318bac93d159a2b8b8f5fa64c03 100644 (file)
@@ -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}}