Skip to content

Commit 627966a

Browse files
NeilWbluca
authored andcommitted
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
1 parent ac116f8 commit 627966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/systemd-homed.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RestrictRealtime=yes
3232
StateDirectory=systemd/home
3333
SystemCallArchitectures=native
3434
SystemCallErrorNumber=EPERM
35-
SystemCallFilter=@system-service @mount
35+
SystemCallFilter=@system-service @mount quotactl
3636
TimeoutStopSec=3min
3737
{{SERVICE_WATCHDOG}}
3838

0 commit comments

Comments
 (0)