mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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
This commit is contained in:
committed by
Luca Boccassi
parent
ac116f8c27
commit
627966ab01
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user